Sets the test result for the currently active test case or test module.
| C# | Visual Basic | Visual C++ |
public static void SetCurrentTestResult( TestResult result )
Public Shared Sub SetCurrentTestResult ( _ result As TestResult _ )
public: static void SetCurrentTestResult( TestResult result )
- result (TestResult)
- The TestResult to set.
