RanorexRanorex Documentation
SetCurrentTestResult Method (result)
NamespacesRanorex.Core.ReportingTestReportSetCurrentTestResult(TestResult)
Sets the test result for the currently active test case or test module.
Declaration Syntax
C#Visual BasicVisual C++
public static void SetCurrentTestResult(
	TestResult result
)
Public Shared Sub SetCurrentTestResult ( _
	result As TestResult _
)
public:
static void SetCurrentTestResult(
	TestResult result
)
Parameters
result (TestResult)
The TestResult to set.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)