Method | Description | |
---|---|---|
AddResult ( NUnit.Framework.Internal.TestResult result ) : void |
Add a child result
|
|
RecordException ( |
Set the test result based on the type of exception thrown and the site of the Failure.
|
|
TestSuiteResult ( TestSuite suite ) : System |
Construct a TestSuiteResult base on a TestSuite
|
public AddResult ( NUnit.Framework.Internal.TestResult result ) : void | ||
result | NUnit.Framework.Internal.TestResult | The child result to be added |
return | void |
public RecordException ( |
||
ex | The exception that was thrown | |
site | FailureSite | The FailureSite |
return | void |
public TestSuiteResult ( TestSuite suite ) : System | ||
suite | TestSuite | The TestSuite to which the result applies |
return | System |