1#ifndef CPPUNIT_PLUGIN_PARAMETERS
2#define CPPUNIT_PLUGIN_PARAMETERS
6#if !defined(CPPUNIT_NO_TESTPLUGIN)
#define CPPUNIT_API
Definition CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition Portability.h:105
std::string getCommandLine() const
Returns the command line that was passed on construction.
Definition PlugInParameters.cpp:20
PlugInParameters(const std::string &commandLine="")
Constructs plug-in parameters from the specified command-line.
Definition PlugInParameters.cpp:8
std::string m_commandLine
Definition PlugInParameters.h:27