At nUnit, SetUpFixture allowed me to run some code before any tests. Is there anything similar when using xUnit?
From the nUnit documentation :
This is an attribute that marks a class that contains one-time setup or disassembly methods for all test fixtures under a given namespace.
source
share