Current test result. Unit tests can have only one result. Live tests can have multiple results depending on the count of actions. In case of live tests TestResult points to the current test result.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public TU TestResult { get; private set; }
Visual Basic
Public Property TestResult As TU
	Get
	Private Set
Visual C++
public:
property TU TestResult {
	TU get ();
	private: void set (TU value);
}

See Also