|
TUT: tut::callback Struct Reference |
Public Member Functions | |
| virtual bool | all_ok () const |
| callback () | |
| virtual void | group_completed (const std::string &name) |
| virtual void | group_started (const std::string &name) |
| virtual void | run_completed () |
| virtual void | run_started () |
| virtual void | test_completed (const test_result &tr) |
| virtual | ~callback () |
| tut::callback::callback | ( | ) | [inline] |
Default constructor.
Definition at line 43 of file tut_runner.hpp.
| virtual tut::callback::~callback | ( | ) | [inline, virtual] |
Virtual destructor is a must for subclassed types.
Definition at line 50 of file tut_runner.hpp.
| virtual void tut::callback::group_completed | ( | const std::string & | name | ) | [inline, virtual] |
Called when a group is completed
| name | Name of the group |
Definition at line 83 of file tut_runner.hpp.
| virtual void tut::callback::group_started | ( | const std::string & | name | ) | [inline, virtual] |
Called when a group started
| name | Name of the group |
Definition at line 65 of file tut_runner.hpp.
| virtual void tut::callback::run_completed | ( | ) | [inline, virtual] |
Called when all tests in run completed.
Reimplemented in tut::console_reporter, tut::cppunit_reporter, and tut::xml_reporter.
Definition at line 91 of file tut_runner.hpp.
| virtual void tut::callback::run_started | ( | ) | [inline, virtual] |
Called when new test run started.
Reimplemented in tut::console_reporter, tut::cppunit_reporter, and tut::xml_reporter.
Definition at line 57 of file tut_runner.hpp.
| virtual void tut::callback::test_completed | ( | const test_result & | tr | ) | [inline, virtual] |
Called when a test finished.
| tr | Test results. |
Reimplemented in tut::console_reporter, tut::cppunit_reporter, and tut::xml_reporter.
Definition at line 74 of file tut_runner.hpp.
| All Rights Reserved. Generated on Sun Jan 31 00:39:47 2010 for TUT by doxygen 1.5.1 |