|
Jon Test
C++ Unit Test Tool. Not for production -- sample code only
|
This is the complete list of members for JonTest::Logger, including all inherited members.
| end(const Count &count)=0 | JonTest::Logger | pure virtual |
| endCase(const std::string &suiteName, const std::string &caseName, const bool pass)=0 | JonTest::Logger | pure virtual |
| endSuite(const std::string &suiteName, const Count &count)=0 | JonTest::Logger | pure virtual |
| errorCase(const std::string &suiteName, const std::string &caseName, const std::string &casePart, const std::string &message)=0 | JonTest::Logger | pure virtual |
| exceptionCase(const std::string &suiteName, const std::string &caseName, const std::string &casePart, const std::exception &unexpected)=0 | JonTest::Logger | pure virtual |
| failCase(const std::string &suiteName, const std::string &caseName, const std::string &casePart, const TestFailure &failure)=0 | JonTest::Logger | pure virtual |
| start()=0 | JonTest::Logger | pure virtual |
| startCase(const std::string &suiteName, const std::string &caseName)=0 | JonTest::Logger | pure virtual |
| startSuite(const std::string &suiteName)=0 | JonTest::Logger | pure virtual |
| ~Logger() | JonTest::Logger | virtual |