Method | Description | |
---|---|---|
ScenarioResult ( ITestMethod method, ITestClass testClass, TestOutcome result, |
Creates a result record.
|
|
ToString ( ) : string |
The string representation of the ScenarioResult.
|
public ScenarioResult ( ITestMethod method, ITestClass testClass, TestOutcome result, |
||
method | ITestMethod | Test method metadata object. |
testClass | ITestClass | Test class metadata object. |
result | TestOutcome | Test result object. |
exception | Exception instance, if any. | |
return | System |