Search Results for

    Show / Hide Table of Contents

    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.

    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0