Jon Test
C++ Unit Test Tool. Not for production -- sample code only
Loading...
Searching...
No Matches
Classes
JonTest Namespace Reference

Classes

class  Count
 Count of tests run, and fails. More...
 
class  Logger
 Interface for logging events while running tests. More...
 
class  StreamLogger
 Stream-based Logger for events while running tests. More...
 
class  TestCase
 Defines and runs a single Test Case within a Test Suite. More...
 
class  TestFailure
 Exception thrown when a test fails an assert and should fail (unless wrapped in expectedFailure()). More...
 
class  TestRunner
 Singleton that collects all TEST_SUITE()s, to run on demand. More...
 
class  TestSuiteInterface
 Interface for Test Suites. More...
 
class  TestSuiteTyped
 Holds and runs Test Cases as a single Test Suite. More...