The ResultEvent class is used by a test collector to collect the result of the tests and the corresponding messages issued during the test run.
More...
#include <robottestingframework/ResultEvent.h>
The ResultEvent class is used by a test collector to collect the result of the tests and the corresponding messages issued during the test run.
Definition at line 35 of file ResultEvent.h.
◆ ResultEvent() [1/2]
robottestingframework::ResultEvent::ResultEvent |
( |
| ) |
|
|
inline |
◆ ~ResultEvent()
virtual robottestingframework::ResultEvent::~ResultEvent |
( |
| ) |
|
|
virtualdefault |
◆ ResultEvent() [2/2]
robottestingframework::ResultEvent::ResultEvent |
( |
const Test * |
test, |
|
|
TestMessage |
msg |
|
) |
| |
|
inline |
ResultEvent constructor.
- Parameters
-
test | pointer to a Test |
msg | the corresponding message issued by the test |
Definition at line 56 of file ResultEvent.h.
◆ getMessage()
TestMessage& robottestingframework::ResultEvent::getMessage |
( |
| ) |
|
|
inline |
◆ getTest()
const Test* robottestingframework::ResultEvent::getTest |
( |
| ) |
|
|
inline |
◆ message
TestMessage robottestingframework::ResultEvent::message |
|
private |
◆ test
const Test* robottestingframework::ResultEvent::test |
|
private |
The documentation for this class was generated from the following file:
- src/robottestingframework/include/robottestingframework/ResultEvent.h