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