Gets a standard outcome for a test that failed due to an error.
Namespace:
Gallio.ModelAssembly: 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".
