|
lab_trees
Tempestuous Trees
|
Public Member Functions | |
| virtual void | assertionEnded (AssertionResult const &result)=0 |
| virtual bool | sectionStarted (SectionInfo const §ionInfo, Counts &assertions)=0 |
| virtual void | sectionEnded (SectionEndInfo const &endInfo)=0 |
| virtual void | sectionEndedEarly (SectionEndInfo const &endInfo)=0 |
| virtual void | pushScopedMessage (MessageInfo const &message)=0 |
| virtual void | popScopedMessage (MessageInfo const &message)=0 |
| virtual std::string | getCurrentTestName () const =0 |
| virtual const AssertionResult * | getLastResult () const =0 |
| virtual void | exceptionEarlyReported ()=0 |
| virtual void | handleFatalErrorCondition (std::string const &message)=0 |
| virtual bool | lastAssertionPassed ()=0 |
| virtual void | assertionPassed ()=0 |
| virtual void | assertionRun ()=0 |