#include <cppunit/CompilerOutputter.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/ui/text/TestRunner.h>#include <cppunit/TestListener.h>#include <cppunit/TestResult.h>#include <cppunit/TestFailure.h>#include <cppunit/extensions/HelperMacros.h>#include <posix/base/posixlog.h>#include <unistd.h>#include <signal.h>#include <string>#include <stdexcept>#include "Test.h"

Go to the source code of this file.
Classes | |
| class | Sync4jOutputter |
| class | Sync4jListener |
Functions | |
| const string & | getCurrentTest () |
| void | simplifyFilename (string &filename) |
| int | main (int argc, char *argv[]) |
Variables | |
| Sync4jListener | syncListener |
| const string& getCurrentTest | ( | ) |
Definition at line 129 of file TestMain.cpp.
References Sync4jListener::getCurrentTest(), and syncListener.
Referenced by LocalTests::compareDatabases(), and SyncTests::sync().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 145 of file TestMain.cpp.
References Sync4jListener::addAllowedFailures(), Sync4jListener::hasFailed(), and syncListener.
| void simplifyFilename | ( | string & | filename | ) |
Definition at line 133 of file TestMain.cpp.
Referenced by LocalTests::compareDatabases(), Sync4jListener::startTest(), ClientListener::startTest(), and SyncTests::sync().
Referenced by getCurrentTest(), and main().
1.5.7.1