class unitpp::assertion_error

The basic for all failed assert statements

Inheritance:


Public Methods

[more] assertion_error(const std::string& msg)
An assertion error with the given message
[more]std::string message() const
[more]virtual void out(std::ostream& os) const
The virtual method used for operator<<


Documentation

The basic for all failed assert statements
o assertion_error(const std::string& msg)
An assertion error with the given message

ostd::string message() const

ovirtual void out(std::ostream& os) const
The virtual method used for operator<<


Direct child classes:
assert_value_error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.