Enum AssemblyRunnerStatus
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
An enumeration which describes the current state of the system
public enum AssemblyRunnerStatus
Fields
Discovering = 2The system is discovering tests
Executing = 3The system is executing tests
Idle = 1The system is not discovering or executing tests