ProcessStartListener ProcessErrorListener ProcessFinishListener ProcessPauseListener ProcessResumeListener ProcessUpdateListener
LoggerTestListener is the default listener for Tests.
Listener as default logger for the Testrunner. To be used as standard outwriter for the TestRunner.
static public function getInstance(Void):LoggerTestListener
Returns a instance of LoggerTestListener
Instance of LoggerTestListener
public function onProcessStart(process:Process):VoidStart event, fired by start of a TestRunner.
onProcessStart() in org.as2lib.app.exec.ProcessStartListener
public function onProcessUpdate(process:Process):VoidProgress event, fired after each executed method within a TestRunner.
onProcessUpdate() in org.as2lib.app.exec.ProcessUpdateListener
public function onProcessFinish(process:Process):VoidRedirects the string representation of the testrunner to the logger
onProcessFinish() in org.as2lib.app.exec.ProcessFinishListener
public function onProcessPause(process:Process):VoidPause event, fired after by pausing the execution of a TestRunner.
onProcessPause() in org.as2lib.app.exec.ProcessPauseListener
public function onProcessResume(process:Process):VoidPause event, fired after by resuming the execution of a TestRunner.
onProcessResume() in org.as2lib.app.exec.ProcessResumeListener
public function onProcessError(process:Process, error):BooleanExecuted if a Exeception was thrown during the execution
process | where the execution paused. |
error | Error that occured. |
onProcessError() in org.as2lib.app.exec.ProcessErrorListener