Gets a standard outcome for a test that failed due to an error.

Namespace:  Gallio.Model
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static TestOutcome Error { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Error As TestOutcome

Return Value

The outcome.

Remarks

Status: Failed. Category: "error".

See Also