2 Questions about nUnit.

Posted by Night Walker on Stack Overflow See other posts from Stack Overflow or by Night Walker
Published on 2010-06-13T08:59:27Z Indexed on 2010/06/13 9:02 UTC
Read the original article Hit count: 246

Filed under:
|

Hi all

I have 2 questions about functionality of nunit.

What is the difference between [TestFixtureSetUp] and [SetUp] attributes ?

I am writing a some class with tests and I see that half of my test functions need one setup, And an another half needs another set up. How can I have in one class two little different SetUp functions that are called with different functions

Thanks.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about nunit