UnitTestStatus Enumeration

Specifies the result of a unit test.

Inheritance Hierarchy

Syntax

public enum UnitTestStatus : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Failed

The test failed.

Inconclusive

The test was inconclusive.

Passed

The test passed.