What will we use Theory Attribute for ?

Posted by Sandbox on Stack Overflow See other posts from Stack Overflow or by Sandbox
Published on 2010-05-25T01:47:49Z Indexed on 2010/05/25 1:51 UTC
Read the original article Hit count: 208

I discovered [Theory] and [Datapoint] attributes in NUnit. I am not very sure about how should I use these. I think they can be used for data-driven testing and this has got me interested. There aren't many resources available on the same. Can someone explain to me how to use them or point me to resources? Thanks.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about nunit