ATLAS Offline Software
|
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/TextTestRunner.h>
#include <cppunit/CompilerOutputter.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/XmlOutputter.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
Main class for all the CppUnit test classes More... | |
int main | ( | int | , |
char ** | |||
) |
Main class for all the CppUnit test classes
This will be the driver class of all your CppUnit test classes.
Get the top level suite from the registry
Adds the test to the list of test to run
Run the tests.
Definition at line 21 of file CppUnit_testdriver.cxx.