VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cdi::TestEvent Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

VICI::cdi::TestEvent::TestEvent ( const std::string &  s)
inline

Constructor.

Parameters
sThe identity of the event.

Member Function Documentation

const std::string& VICI::cdi::TestEvent::id ( )
inline

Get the identity of the event.

Returns
The identifier for the event.

The documentation for this class was generated from the following file: