CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::WrongSetupException Class Reference

Thrown to signal wrong usage of CPUnit. More...

#include <cpunit_WrongSetupException.hpp>

Inheritance diagram for cpunit::WrongSetupException:
cpunit::CPUnitException

List of all members.

Public Member Functions

 WrongSetupException (const std::string &m) throw ()
virtual ~WrongSetupException () throw ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines