Table of Contents

Enum LifeCycle

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

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.