RobotTestingFramework
2.0.1
Robot Testing Framework
|
The ResultEventError class keeps a test error event. More...
#include <robottestingframework/ResultEvent.h>
Public Member Functions | |
ResultEventError (const Test *test, TestMessage msg) | |
Public Member Functions inherited from robottestingframework::ResultEvent | |
ResultEvent () | |
ResultEvent constructor. More... | |
virtual | ~ResultEvent ()=default |
~ResultEvent Destructor More... | |
ResultEvent (const Test *test, TestMessage msg) | |
ResultEvent constructor. More... | |
const Test * | getTest () |
getTest get the test More... | |
TestMessage & | getMessage () |
getMessage get the corresponding message More... | |
The ResultEventError class keeps a test error event.
Definition at line 102 of file ResultEvent.h.
|
inline |
Definition at line 105 of file ResultEvent.h.