Test base class. More...
Test base class.
Should not be instantiated directly.
Definition at line 42 of file cppunit_base.hpp.
#include <cppunit_base.hpp>
Public Member Functions | |
| virtual bool | run ()=0 | 
| Run the test.  More... | |
| void | fail () | 
| Indicate failure during test run.  More... | |
| bool | success () const | 
| Check whether the test completed successfully.  More... | |
      
  | 
  inline | 
Indicate failure during test run.
Should be called by assertions macros
Definition at line 61 of file cppunit_base.hpp.
      
  | 
  pure virtual | 
Run the test.
Should not be called directly, only via macros
      
  | 
  inline | 
Check whether the test completed successfully.
Definition at line 68 of file cppunit_base.hpp.