LandingReporter

The Landing Strip (landing) reporter is a gimmicky test reporter simulating a plane landing unicode ftw

Constructors

this
this(LandingGlyphs glyphs)
Undocumented in source.
this
this(ReportWriter writer)
Undocumented in source.

Members

Functions

begin
void begin(string suite, TestResult test)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void begin(ulong testCount)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(SuiteResult[] )
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(string suite, TestResult test)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITestCaseLifecycleListener

begin
void begin(string suite, TestResult )

Called before a test execution

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

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

Meta