ILifecycleListener

A Listener for the main test events

Members

Functions

begin
void begin(ulong testCount)

This method is trigered when before the test start

end
void end(SuiteResult[] )

This method is trigered when your tests are ended

update
void update()

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

Meta