#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 (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 34 of file cppunit.h.
◆ printTestNames()
void printTestNames |
( |
Test * | test, |
|
|
Indentation | indentation ) |
Prints the names of all child tests of the specified test.
Definition at line 22 of file cppunit.h.