Namespace Xunit.Runners
Classes
- AssemblyRunner
A class which makes it simpler for casual runner authors to find and run tests and get results.
- AssemblyRunnerStartOptions
Represents options to be used when calling Start(AssemblyRunnerStartOptions?).
- DiagnosticMessageInfo
Represents a diagnostic message from the xUnit.net system or third party extension.
- DiscoveryCompleteInfo
Represents test discovery being completed.
- ErrorMessageInfo
Represents an error that happened outside the scope of a running test.
- ExecutionCompleteInfo
Represents test assembly execution being finished.
- InternalDiagnosticMessageInfo
Represents an internal diagnostic message from the xUnit.net system.
- TestExecutedInfo
Represents information about a test that was executed.
- TestFailedInfo
Represents a test that failed.
- TestFinishedInfo
Represents a test that finished, regardless of the result.
- TestInfo
A base class which contains information about a test.
- TestOutputInfo
Represents live test output.
- TestPassedInfo
Represents a test that passed.
- TestSkippedInfo
Represents a test that was skipped.
- TestStartingInfo
Represents a test that is starting.
Enums
- AssemblyRunnerStatus
An enumeration which describes the current state of the system
- ErrorMessageType
An enumeration which indicates the type of error message (for OnErrorMessage).