Enum TestFixtureStatus
Returned by Start(Action) to indicate whether the test fixture is not running, was just started, or was already running.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public enum TestFixtureStatus
Fields
Name | Description |
---|---|
AlreadyRunning | The fixture has already been started for the current test class. |
Disabled | The fixture is disabled. |
Started | The fixture was just started. |