NUnit SetUpFixture attribute equivalent in xUnit?

Posted by Arnis L. on Stack Overflow See other posts from Stack Overflow or by Arnis L.
Published on 2010-06-06T22:19:58Z Indexed on 2010/06/06 22:22 UTC
Read the original article Hit count: 309

Filed under:
|

In nUnit, SetUpFixture allowed me to run some code before any tests. Is there anything like that when using xUnit?

© Stack Overflow or respective owner

Related posts about nunit

Related posts about xunit.net