CppUnit project page FAQ CppUnit home page

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CppUnit::NotEqualException Class Reference

#include <NotEqualException.h>

Inheritance diagram for CppUnit::NotEqualException:

Inheritance graph
[legend]
Collaboration diagram for CppUnit::NotEqualException:

Collaboration graph
[legend]
List of all members.

Public Methods

 NotEqualException (std::string expected, std::string actual, long lineNumber=UNKNOWNLINENUMBER, std::string fileName=UNKNOWNFILENAME)
 NotEqualException (const NotEqualException &other)
virtual ~NotEqualException () throw ()
std::string expectedValue () const
std::string actualValue () const
NotEqualException & operator= (const NotEqualException &other)
Exceptionclone () const
bool isInstanceOf (const Type &type) const

Static Public Methods

Type type ()

Private Attributes

std::string m_expected
std::string m_actual

Constructor & Destructor Documentation

CppUnit::NotEqualException::NotEqualException std::string   expected,
std::string   actual,
long   lineNumber = UNKNOWNLINENUMBER,
std::string   fileName = UNKNOWNFILENAME
 

CppUnit::NotEqualException::NotEqualException const NotEqualException &   other
 

CppUnit::NotEqualException::~NotEqualException   throw () [virtual]
 


Member Function Documentation

std::string CppUnit::NotEqualException::actualValue   const
 

Exception * CppUnit::NotEqualException::clone   const [virtual]
 

Reimplemented from CppUnit::Exception.

std::string CppUnit::NotEqualException::expectedValue   const
 

bool CppUnit::NotEqualException::isInstanceOf const Type &   exceptionType const [virtual]
 

Reimplemented from CppUnit::Exception.

NotEqualException & CppUnit::NotEqualException::operator= const NotEqualException &   other
 

Copy operator.

Parameters:
other   Object to copy.
Returns:
Reference on this object.

Exception::Type CppUnit::NotEqualException::type   [static]
 

Reimplemented from CppUnit::Exception.


Member Data Documentation

std::string CppUnit::NotEqualException::m_actual [private]
 

std::string CppUnit::NotEqualException::m_expected [private]
 


The documentation for this class was generated from the following files:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers