C# Класс NUnitLite.Runner.NUnit3XmlOutputWriter

NUnit3XmlOutputWriter is responsible for writing the results of a test to a file in NUnit 3.0 format.
Наследование: NUnitLite.Runner.OutputWriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WriteResultFile ( ITestResult result, TextWriter writer ) : void

Writes the test result to the specified TextWriter

Описание методов

WriteResultFile() публичный Метод

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
Результат void