The test cases themselves are implemented as subclasses of class TestCase. Refer to the "class hierarchy" page for a full hypelinked list of the test case classes.
Files | |
| file | TestUtilities.h |
| Utility functions to write various types of messages and headers to an output device. | |
Classes | |
| class | TestCase |
| Base class from which all classes encapsulating a test case are derived. More... | |
| class | TestCaseGenericSetUp |
| Base class for generic test cases. More... | |
| class | TestCasePUSFull |
| Base class for test cases that implement a PUS-related scenario. More... | |
| class | TestCaseWithEvtCheck |
Base class for test cases that need to perform checks on the event repository associated to the CC_RootObject class. More... | |
| class | TestCaseWithFactories |
| Base class for test cases that need to access the dynamic factories. More... | |
| class | TestSuite |
| Collection of test cases that are intended to be executed as a single unit. More... | |