HtmlReporter

The "html" reporter outputs a hierarchical HTML body representation of your tests.

Constructors

this
this(string destination, long warningTestDuration, long dangerTestDuration)
Undocumented in source.

Members

Functions

begin
void begin(ulong )
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(SuiteResult[] results)
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 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