#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.
|
| 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.
|
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Performs unit tests using cppunit.
Definition at line 32 of file cppunit.h.
◆ printTestNames()
| void printTestNames |
( |
CPPUNIT_NS::Test * | test, |
|
|
Indentation | indentation ) |
Prints the names of all child tests of the specified test.
Definition at line 20 of file cppunit.h.