Method | Description | |
---|---|---|
WriteResultFile ( ITestResult result, |
Writes the result of a test run to a specified TextWriter.
|
|
WriteTestFile ( ITest test, |
Write info about a test
|
Method | Description | |
---|---|---|
InitializeXmlFile ( ITestResult result ) : void | ||
StartTestElement ( ITestResult result ) : void | ||
TerminateXmlFile ( ) : void | ||
TranslateResult ( |
||
WriteCData ( string text ) : void | ||
WriteCategories ( ITestResult result ) : void | ||
WriteChildResults ( ITestResult result ) : void | ||
WriteCultureInfo ( ) : void | ||
WriteEnvironment ( ) : void | ||
WriteFailureElement ( string message, string stackTrace ) : void | ||
WriteProperties ( ITestResult result ) : void | ||
WriteReasonElement ( string message ) : void | ||
WriteResultElement ( ITestResult result ) : void | ||
WriteXmlOutput ( ITestResult result, |
public WriteResultFile ( ITestResult result, |
||
result | ITestResult | The test result for the run |
writer | The TextWriter to which the xml will be written | |
runSettings | object>.IDictionary | |
filter | NUnit.Framework.Internal.TestFilter | |
return | void |
public WriteTestFile ( ITest test, |
||
test | ITest | The test |
writer | A TextWriter | |
return | void |