IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.Services.TestCaseResultWriter Class Reference
+ Inheritance diagram for NUnit.Engine.Services.TestCaseResultWriter:
+ Collaboration diagram for NUnit.Engine.Services.TestCaseResultWriter:

Public Member Functions

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...
 

Member Function Documentation

void NUnit.Engine.Services.TestCaseResultWriter.CheckWritability ( string  outputPath)
inline

Checks if the output path is writable. If the output is not writable, this method should throw an exception.

Parameters
outputPath

Implements NUnit.Engine.Extensibility.IResultWriter.

void NUnit.Engine.Services.TestCaseResultWriter.WriteResultFile ( XmlNode  resultNode,
string  outputPath 
)
inline

Writes result to the specified output path.

Parameters
resultNodeXmlNode for the result
outputPathPath to which it should be written

Implements NUnit.Engine.Extensibility.IResultWriter.

void NUnit.Engine.Services.TestCaseResultWriter.WriteResultFile ( XmlNode  resultNode,
TextWriter  writer 
)
inline

Writes result to a TextWriter.

Parameters
resultNodeXmlNode for the result
writerTextWriter to which it should be written

Implements NUnit.Engine.Extensibility.IResultWriter.


The documentation for this class was generated from the following file: