|
RobotTestingFramework
2.0.1
Robot Testing Framework
|
The ResultEventReport class keeps a test report event. More...
#include <robottestingframework/ResultEvent.h>
Inheritance diagram for robottestingframework::ResultEventReport:Public Member Functions | |
| ResultEventReport (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 ResultEventReport class keeps a test report event.
Definition at line 89 of file ResultEvent.h.
|
inline |
Definition at line 92 of file ResultEvent.h.
1.8.13