CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
|
#include "unittest_AssertionException.hpp"
#include "unittest_TestStore.hpp"
#include "unittest_StringFlyweightStore.hpp"
#include "unittest_TestExecutionFacade.hpp"
#include "unittest_ExecutionReport.hpp"
#include "unittest_ErrorReportFormat.hpp"
#include "unittest_RegInfo.hpp"
#include "unittest_ConformityChecker.hpp"
#include "unittest_WrongSetupException.hpp"
#include "unittest_CmdLineParser.hpp"
#include "unittest_TimeFormat.hpp"
#include "unittest_trace.hpp"
#include "unittest_EntryPoint.hpp"
#include "unittest_impl_BootStream.hpp"
#include <vector>
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | unittest |
Functions | |
CmdLineParser | unittest::get_cmd_line_parser () |
Creates a command line parser initialized with default values. | |
int | unittest::main (const int argc, const char **args) |
Forward your program parameters directly from main to this function to start CPUnit. | |
int | unittest::main (const CmdLineParser &parser) |
If you have extra command line parameters, you may use this method to start CPUnit after you have done your own. |