Gets a standard outcome for a test that passed.

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

Syntax

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

Return Value

The outcome.

Remarks

Status: Passed. Category: null.

See Also