OTest2
A C++ testing framework
|
This is the complete list of members for OTest2::UserDataWrongTypeException, including all inherited members.
Exception() | OTest2::Exception | protected |
Exception(Exception &&exc_) noexcept | OTest2::Exception | protected |
Exception(const Exception &)=delete | OTest2::Exception | |
operator=(const UserDataWrongTypeException &)=delete | OTest2::UserDataWrongTypeException | |
OTest2::Exception::operator=(const Exception &)=delete | OTest2::Exception | |
reason() const override | OTest2::UserDataWrongTypeException | virtual |
UserDataWrongTypeException(const std::string &name_, const std::string &actual_, const std::string &expected_) | OTest2::UserDataWrongTypeException | explicit |
UserDataWrongTypeException(UserDataWrongTypeException &&exc_) noexcept | OTest2::UserDataWrongTypeException | |
UserDataWrongTypeException(const UserDataWrongTypeException &)=delete | OTest2::UserDataWrongTypeException | |
what() const noexcept | OTest2::Exception | virtual |
~Exception() | OTest2::Exception | protectedvirtual |
~UserDataWrongTypeException() | OTest2::UserDataWrongTypeException |