C# Class NUnitLite.Runner.NUnit3XmlOutputWriter

NUnit3XmlOutputWriter is responsible for writing the results of a test to a file in NUnit 3.0 format.
Inheritance: NUnitLite.Runner.OutputWriter
Afficher le fichier Open project: pjcollins/Andr.Unit Class Usage Examples

Méthodes publiques

Méthode Description
WriteResultFile ( ITestResult result, TextWriter writer ) : void

Writes the test result to the specified TextWriter

Method Details

WriteResultFile() public méthode

Writes the test result to the specified TextWriter
public WriteResultFile ( ITestResult result, TextWriter writer ) : void
result ITestResult The result to be written to a file
writer System.IO.TextWriter A TextWriter to which the result is written
Résultat void