NUnit3XmlResultWriter is responsible for writing the results of a test to a file in NUnit 3.0 format.
More...
|
void | CheckWritability (string outputPath) |
| Checks if the output is writable by creating a stub result file. 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...
|
|
NUnit3XmlResultWriter is responsible for writing the results of a test to a file in NUnit 3.0 format.
void NUnit.Engine.Services.NUnit3XmlResultWriter.CheckWritability |
( |
string |
outputPath | ) |
|
|
inline |
void NUnit.Engine.Services.NUnit3XmlResultWriter.WriteResultFile |
( |
XmlNode |
resultNode, |
|
|
string |
outputPath |
|
) |
| |
|
inline |
void NUnit.Engine.Services.NUnit3XmlResultWriter.WriteResultFile |
( |
XmlNode |
resultNode, |
|
|
TextWriter |
writer |
|
) |
| |
|
inline |
XmlNode NUnit.Engine.Services.NUnit3XmlResultWriter.GetStubResult |
( |
| ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: