| easyunit::DefaultTestPrinter | This is the default testprinter used by easyunit testregistry when the user calls the runAndPrint() method without specifying a testprinter |
| easyunit::SimpleString | SimpleString is a simple implementation of the std class String and is provided to ease the manipulation of strings without using any other libraries |
| easyunit::Test | Test class containing all macros to do unit testing |
| easyunit::TestCase | A TestCase is a collection of unit tests (instance of Test) and is always specified by the first parameter of a Test declaration |
| easyunit::TestPartResult | This class contains details about assertion processed during the execution of a Test |
| easyunit::TestPrinter | A TestPrinter is a class used by the TestRegistry to print results of executed TestCases |
| easyunit::TestRegistry | The TestRegistry is the main class used to register all tests, and create appropriate TestCase |
| easyunit::TestResult | |
| easyunit::TestRunner | Test runner used to determine which test to run |
1.3.8