#include <cppunit/CompilerOutputter.h>
#include <cppunit/TestResult.h>
#include <cppunit/TestResultCollector.h>
#include <cppunit/TextTestProgressListener.h>
#include <cppunit/BriefTestProgressListener.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/TestRunner.h>
#include <stdexcept>
#include <cstring>
#include <iostream>
#include <fstream>
Go to the source code of this file.
void listTests |
( |
CPPUNIT_NS::Test * |
test | ) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Arguments parseArguments |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |