| CppUnit project page | FAQ | CppUnit home page |
#include <NotEqualException.h>
Inheritance diagram for CppUnit::NotEqualException:

Public Methods | |
| NotEqualException (std::string expected, std::string actual, SourceLine sourceLine=SourceLine(), std::string additionalMessage="") | |
| NotEqualException (const NotEqualException &other) | |
| virtual | ~NotEqualException () throw () |
| std::string | expectedValue () const |
| std::string | actualValue () const |
| std::string | additionalMessage () const |
| NotEqualException & | operator= (const NotEqualException &other) |
| Exception * | clone () const |
| bool | isInstanceOf (const Type &type) const |
Static Public Methods | |
| Type | type () |
Private Attributes | |
| std::string | m_expected |
| std::string | m_actual |
| std::string | m_additionalMessage |
|
||||||||||||||||||||
|
Constructs the exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CppUnit::Exception. |
|
|
|
|
|
Reimplemented from CppUnit::Exception. |
|
|
Copy operator.
|
|
|
Reimplemented from CppUnit::Exception. |
|
|
|
|
|
|
|
|
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |