UnitTestStatus Class

Specifies the result of a unit test.

Inheritance Hierarchy

Syntax

public sealed class UnitTestStatus : System.Enum

Fields

Name Description
Failed

The test failed.

Inconclusive

The test was inconclusive.

Passed

The test passed.