C# 클래스 NAnt.NUnit1.Types.XmlResultFormatter

Prints detailed information about running tests in XML format.
상속: IResultFormatter
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
AddError ( ITest test, Exception t ) : void
AddFailure ( ITest test, AssertionFailedError t ) : void
EndTest ( ITest test ) : void
EndTestSuite ( NAnt.NUnit1.Types.TestResultExtra result ) : void

Called when the whole test suite has ended.

SetOutput ( TextWriter writer ) : void

Sets the TextWriter the formatter is supposed to write its results to.

StartTest ( ITest test ) : void
StartTestSuite ( NAnt.NUnit1.Types.NUnitTestData suite ) : void

Called when the whole test suite has started.

XmlResultFormatter ( ) : System

Initializes a new instance of the XmlResultFormatter class.

비공개 메소드들

메소드 설명
FormatError ( string type, ITest test, Exception t ) : void

메소드 상세

AddError() 공개 메소드

public AddError ( ITest test, Exception t ) : void
test ITest
t System.Exception
리턴 void

AddFailure() 공개 메소드

public AddFailure ( ITest test, AssertionFailedError t ) : void
test ITest
t AssertionFailedError
리턴 void

EndTest() 공개 메소드

public EndTest ( ITest test ) : void
test ITest
리턴 void

EndTestSuite() 공개 메소드

Called when the whole test suite has ended.
public EndTestSuite ( NAnt.NUnit1.Types.TestResultExtra result ) : void
result NAnt.NUnit1.Types.TestResultExtra
리턴 void

SetOutput() 공개 메소드

Sets the TextWriter the formatter is supposed to write its results to.
public SetOutput ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

StartTest() 공개 메소드

public StartTest ( ITest test ) : void
test ITest
리턴 void

StartTestSuite() 공개 메소드

Called when the whole test suite has started.
public StartTestSuite ( NAnt.NUnit1.Types.NUnitTestData suite ) : void
suite NAnt.NUnit1.Types.NUnitTestData
리턴 void

XmlResultFormatter() 공개 메소드

Initializes a new instance of the XmlResultFormatter class.
public XmlResultFormatter ( ) : System
리턴 System