#include <tut.h>

Can be implemented by caller to update tests results in real-time. User can implement any of callback methods, and leave unused in default implementation.
Public Member Functions | |
| virtual | ~callback () |
| Virtual destructor is a must for subclassed types. | |
| virtual void | run_started () |
| Called when new test run started. | |
| virtual void | test_completed (const test_result &) |
| Called when a test finished. | |
| virtual void | run_completed () |
| Called when all tests in run completed. | |
| virtual void tut::callback::test_completed | ( | const test_result & | ) | [inline, virtual] |
1.5.5