C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Functions
cppunit.h File Reference
#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>
Include dependency graph for cppunit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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.
 

Function Documentation

◆ 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.