Enum TestStatus
The TestStatus enum indicates the result of running a test
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public enum TestStatus
Fields
| Name | Description |
|---|---|
| Failed | The test failed |
| Inconclusive | The test was inconclusive |
| Passed | The test succeeded |
| Skipped | The test has been skipped |
| Warning | There was a warning |