The TestStatus enum indicates the result of running a test
Syntax
public enum TestStatus
Remarks
Members
| Member Name | Description |
|---|
| Failed |
The test failed
|
| Inconclusive |
The test was inconclusive
|
| Passed |
The test succeeded
|
| Skipped |
The test has skipped
|
Requirements
Namespace: NUnit.Framework.Api
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 1.0.0.0