Table of Contents

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 = 2

The system is discovering tests

Executing = 3

The system is executing tests

Idle = 1

The system is not discovering or executing tests