LifeCycleListeners.end - multiple declarations

Function LifeCycleListeners.end

Send the end runer event to all listeners

void end (
  SuiteResult[] result
);

Function LifeCycleListeners.end

Send the end suite event to all listeners

void end (
  ref SuiteResult suite
);

Function LifeCycleListeners.end

Send the end test event to all listeners

void end (
  string suite,
  ref TestResult test
);

Function LifeCycleListeners.end

Send the end step event to all listeners

void end (
  string suite,
  string test,
  ref StepResult step
);