CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
Thrown to signal wrong usage of CPUnit. More...
#include <cpunit_WrongSetupException.hpp>
Public Member Functions | |
WrongSetupException (const std::string &m) throw () | |
virtual | ~WrongSetupException () throw () |
Thrown to signal wrong usage of CPUnit.
Typically, this will be caused by e.g., multiple set-up methods in one suite, two tests with the same name, or other user errors.
Definition at line 47 of file cpunit_WrongSetupException.hpp.
cpunit::WrongSetupException::WrongSetupException | ( | const std::string & | m | ) | throw () |
Definition at line 34 of file cpunit_WrongSetupException.cpp.
cpunit::WrongSetupException::~WrongSetupException | ( | ) | throw () [virtual] |
Definition at line 38 of file cpunit_WrongSetupException.cpp.