diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-27 20:51:18 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-27 20:51:18 +0000 |
| commit | c86c65b7d821fe4bb046c489528108843513e63d (patch) | |
| tree | 0df76dcf21360b74ec3a401f8b077da5d839f2e9 /include/cppunit/plugin/Parameters.h | |
| parent | 69a36d9356412dddb51d8f31fbbac45ac52f7f30 (diff) | |
| download | cppunit-c86c65b7d821fe4bb046c489528108843513e63d.tar.gz | |
CodingGuideLines.
CodingGuideLines.txt: updated for OS/390 C++ limitation.
* examples/cppunittests/MockFunctor.h: added. Mock Functor to help
testing.
* examples/cppunittests/MockProtector.h: qdded. Mock Protector to help
testing.
* examples/cppunittests/TestResultTest.h
* examples/cppunittests/TestResultTest.cpp: added tests for
pushProtector(), popProtector() and protect().
* include/cppunit/TestAssert.h: removed default message value from
assertEquals(). Caused compilation error on OS/390.
* include/cppunit/plugin/PlugInParameters.h:
* src/cppunit/PlugInParameters.cpp: renamed commandLine() to
getCommandLine().
* src/msvc6/testrunner/TestRunnerDlg.h:
* src/msvc6/testrunner/TestRunnerDlg.cpp: bug fix, disabled Browse
button while running tests.
Diffstat (limited to 'include/cppunit/plugin/Parameters.h')
| -rw-r--r-- | include/cppunit/plugin/Parameters.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/cppunit/plugin/Parameters.h b/include/cppunit/plugin/Parameters.h deleted file mode 100644 index e914f3f..0000000 --- a/include/cppunit/plugin/Parameters.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef CPPUNIT_PLUGIN_PARAMETERS -#define CPPUNIT_PLUGIN_PARAMETERS - -#include <cppunit/Portability.h> - -#if !defined(CPPUNIT_NO_TESTPLUGIN) - -#include <cppunit/portability/CppUnitDeque.h> -#include <string> - -CPPUNIT_NS_BEGIN - - -typedef CppUnitDeque<std::string> Parameters; - - -CPPUNIT_NS_END - -#endif // !defined(CPPUNIT_NO_TESTPLUGIN) - - -#endif // CPPUNIT_PLUGIN_PARAMETERS |
