edbee - Qt Editor Library
|
This is the basic outputhandler. The basic outputhandler simply executes a qDebug with the given information. More...
#include <test.h>
Public Member Functions | |
OutputHandler () | |
The output handler constructor of this test. More... | |
virtual | ~OutputHandler () |
the descructor of this output handler More... | |
virtual void | startTestRun (TestEngine *engine) |
This method is called if the test run is started. More... | |
virtual void | endTestRun (TestEngine *engine) |
This method is called if the test run is completed. More... | |
virtual void | startTestCase (TestEngine *engine) |
This method is called if a testcase is started. More... | |
virtual void | endTestCase (TestEngine *engine) |
This method is called if a testcase is ended. More... | |
virtual void | startTestMethod (TestEngine *engine) |
This method is called if a test method is started. More... | |
virtual void | endTestMethod (TestEngine *engine) |
This method is called if a test method is ended. More... | |
virtual void | testResultAdded (TestEngine *engine, TestResult *testResult) |
This method is called if a test result is added. More... | |
This is the basic outputhandler. The basic outputhandler simply executes a qDebug with the given information.
|
explicit |
The output handler constructor of this test.
|
virtual |
the descructor of this output handler
|
virtual |
This method is called if a testcase is ended.
engine | the test engine |
|
virtual |
This method is called if a test method is ended.
engine | the test engine |
|
virtual |
This method is called if the test run is completed.
engine | the test engine |
|
virtual |
This method is called if a testcase is started.
engine | the test engine |
|
virtual |
This method is called if a test method is started.
engine | the test engine |
|
virtual |
This method is called if the test run is started.
engine | the test engine |
|
virtual |
This method is called if a test result is added.
engine | the test engine |
testResul | tthe testresult of this operation |