LifeCycle public enum LifeCycle Specifies the life cycle for a test fixture. Documentation Code namespace NUnit.Framework { public enum LifeCycle { SingleInstance, InstancePerTestCase } }