|
C++ Utilities 5.36.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "./testutils.h"#include "../application/commandlineutils.h"#include "../io/ansiescapecodes.h"#include <cppunit/TestPath.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/ui/text/TestRunner.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | printTestNames (CPPUNIT_NS::Test *test, Indentation indentation) |
| Prints the names of all child tests of the specified test. | |
| int | main (int argc, char **argv) |
| Performs unit tests using cppunit. | |
| int main | ( | int | argc, |
| char ** | argv ) |
| void printTestNames | ( | CPPUNIT_NS::Test * | test, |
| Indentation | indentation ) |