Enum TestStatus
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
The TestStatus enum indicates the result of running a test
public enum TestStatus
Fields
Failed = 3
The test failed
Inconclusive = 0
The test was inconclusive
Passed = 2
The test succeeded
Skipped = 1
The test has skipped