|
Modules |
Assert |
| A set of assert functions and macros.
|
List |
| Linked list container.
|
LogMessage |
| Output messages.
|
MakeSuite |
| Generate a code to creating test suite code from the test case source codes.
|
Test |
| Test interface module.
|
TestFailure |
| Collects a failed test together with the failed assertion.
|
TestListener |
| A Listener for test progress.
|
TestResult |
| Collects the results of a test case module.
|
Version |
| ccunit library version string definitions.
|
Variables |
const char *const | _ccunit_package_name = CCUNIT_PACKAGE_NAME |
| package name
|
const char *const | _ccunit_package_version = CCUNIT_PACKAGE_VERSION |
| package version
|