CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include "cpunit_AssertionException.hpp"
#include "cpunit_TestStore.hpp"
#include "cpunit_StringFlyweightStore.hpp"
#include "cpunit_TestExecutionFacade.hpp"
#include "cpunit_ExecutionReport.hpp"
#include "cpunit_ErrorReportFormat.hpp"
#include "cpunit_RegInfo.hpp"
#include "cpunit_ConformityChecker.hpp"
#include "cpunit_WrongSetupException.hpp"
#include "cpunit_CmdLineParser.hpp"
#include "cpunit_TimeFormat.hpp"
#include "cpunit_trace.hpp"
#include "cpunit_EntryPoint.hpp"
#include "cpunit_impl_BootStream.hpp"
#include <vector>
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | cpunit |
Functions | |
CmdLineParser | cpunit::get_cmd_line_parser () |
Creates a command line parser initialized with default values. | |
int | cpunit::main (const int argc, const char **args) |
Forward your program parameters directly from main to this function to start CPUnit. | |
int | cpunit::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. |