|
RobotTestingFramework
2.0.1
Robot Testing Framework
|
The FailureException class Failure exception is used when a test or subtests fail. More...
#include <robottestingframework/Exception.h>
Inheritance diagram for robottestingframework::TestFailureException:Public Member Functions | |
| TestFailureException (const TestMessage &msg) | |
| TestFailureException (const TestFailureException &other) | |
Public Member Functions inherited from robottestingframework::Exception | |
| Exception (const Exception &other) | |
| Exception (const TestMessage &msg) | |
| virtual | ~Exception () throw () |
| const char * | what () const override throw () |
| what More... | |
| const TestMessage & | message () |
| message More... | |
The FailureException class Failure exception is used when a test or subtests fail.
Definition at line 86 of file Exception.h.
|
inline |
Definition at line 89 of file Exception.h.
|
inline |
Definition at line 94 of file Exception.h.
1.8.13