VICI
0.11.815
Visual Chart Interpreter
|
Represent an event in the object under test. More...
#include <vici/testmgr.h>
Public Member Functions | |
TestEvent (const std::string &s) | |
Constructor. More... | |
const std::string & | id () |
Get the identity of the event. More... | |
Represent an event in the object under test.
These objects are placed into a queue when an event of interest occurs in the object under test. The AsyncTestCase object will get the object from the queue and perform checks on the object under test.
|
inline |
Constructor.
s | The identity of the event. |
|
inline |
Get the identity of the event.