Enum LifeCycle
Specifies the life cycle for a test fixture.
public enum LifeCycle
Fields
InstancePerTestCase = 1
A new instance is created for each test case.
SingleInstance = 0
A single instance is created and shared for all test cases.
Specifies the life cycle for a test fixture.
public enum LifeCycle
InstancePerTestCase = 1
A new instance is created for each test case.
SingleInstance = 0
A single instance is created and shared for all test cases.