| ▼Ntestdriver | This is the Python testdriver for the Test suite |
| CCompileTarget | This test tries to compile a CMake target |
| CContinuer | GenericContinuer version of Runner |
| CFunctionComparer | Compares several trajectories to a reference function by using function interpolation |
| CGenericContinuer | This class hosts continued_run(), which will run and then continue a script |
| COptionsManager | Stores command line options and configuration file keys |
| COutputManager | Manages output files for different run modes |
| CPlotter | This is a helper class which helps with plotting functions to a pdf file |
| CPythonContinuer | GenericContinuer version of PythonRunner |
| CPythonRunner | Runs a cpypyqed script repeatedly for all declared runmodes and succeeds if the scripts do |
| CRunner | Runs a script repeatedly for all declared runmodes and succeeds if the scripts do |
| CStateComparer | Tests final states of several trajectories by applying a given function |
| CTrajectoryComparer | Compares several trajectories to a reference trajectory by using function interpolation |
| CVerifiedRunner | Combines the functionality of Runner and Verifier to a single test |
| CVerifier | Verifies the output of a script 'this' to an expected output or the output of some other test run 'other' |