Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 52 of file event-log-test.cpp.
Private Member Functions | |
void | run (Arg) |
void | verify_backwardMatch () |
void | verify_callLogging () |
void | verify_eventLogging () |
void | verify_genericLogging () |
void | verify_logJoining () |
void | verify_logPurging () |
void | verify_negatedMatch () |
void | verify_regExpMatch () |
void | verify_simpleUsage () |
|
inlineprivate |
This allows to have several handles hold onto the same actual log; this way, we can access and verify logs even after the managing object is destroyed.
The "log joining" functionality covered here is just an obvious extension to this setup: it allows to attach one log to another log after the fact; the contents of the joined log are integrated into the target log.
Definition at line 141 of file event-log-test.cpp.
References EventMatch::after(), EventMatch::before(), EventLog::ensureNot(), EventLog::event(), EventLog::joinInto(), and EventLog::verify().