RobotTestingFramework
2.0.1
Robot Testing Framework
|
The TestErrorException class Error exception is used when test breakdown due to an error in setup, teardown or any configuration. More...
#include <robottestingframework/Exception.h>
Public Member Functions | |
TestErrorException (const TestMessage &msg) | |
TestErrorException (const TestErrorException &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 TestErrorException class Error exception is used when test breakdown due to an error in setup, teardown or any configuration.
Definition at line 106 of file Exception.h.
|
inline |
Definition at line 109 of file Exception.h.
|
inline |
Definition at line 114 of file Exception.h.