Gets a copy of the step's final result or null if the test has not finished yet.

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

Syntax

C#
public TestResult Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As TestResult

Remarks

The test result cannot be changed.

See Also