Enum LifeCycle
Specifies the life cycle for a test fixture.
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public enum LifeCycle
Fields
| Name | Description |
|---|---|
| InstancePerTestCase | A new instance is created for each test case. |
| SingleInstance | A single instance is created and shared for all test cases. |