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
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
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