TapReporter

This reporter will print the results using thr Test anything protocol version 13

Constructors

this
this()
this
this(ReportWriter writer)

Members

Functions

begin
void begin(string , TestResult )
begin
void begin(ulong testCount)
end
void end(SuiteResult[] )
end
void end(string suite, TestResult test)
update
void update()

Inherited Members

From ILifecycleListener

begin
void begin(ulong testCount)

This method is trigered when before the test start

update
void update()

This method is triggered when you can perform some updates. The frequency varries by the test executor that you choose

end
void end(SuiteResult[] )

This method is trigered when your tests are ended

From ITestCaseLifecycleListener

begin
void begin(string suite, TestResult )

Called before a test execution

end
void end(string suite, TestResult )
Undocumented in source.

Meta