|
void | CheckWritability (string outputPath) |
| Checks if the output path is writable. If the output is not writable, this method should throw an exception. More...
|
|
void | WriteResultFile (XmlNode resultNode, string outputPath) |
| Writes result to the specified output path. More...
|
|
void | WriteResultFile (XmlNode resultNode, TextWriter writer) |
| Writes result to a TextWriter. More...
|
|
void NUnit.Engine.Services.TestCaseResultWriter.CheckWritability |
( |
string |
outputPath | ) |
|
|
inline |
void NUnit.Engine.Services.TestCaseResultWriter.WriteResultFile |
( |
XmlNode |
resultNode, |
|
|
string |
outputPath |
|
) |
| |
|
inline |
void NUnit.Engine.Services.TestCaseResultWriter.WriteResultFile |
( |
XmlNode |
resultNode, |
|
|
TextWriter |
writer |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: