| unittest::AssertionException | Ut4cpp raises a AssertionException exception when an assertion fails |
| unittest::Test | The actual tests must implement this Test interface |
| unittest::TestReport | A TestReport object is used to record the test results |
| unittest::TestSet | A TestSet contains all the tests to run |
| unittest::TestSet::Chain | All the TestSet objects are chained using Chain objects |
| unittest::Throwable | An exception class that can be used as a base class for specific exceptions, ut4cpp catches this exception and is able to output a meaningful message |
1.4.6-NO