![]() |
SASSY
0.0
Software Architecture Support System
|
Interface between applications and the test harness. More...
#include <string>Go to the source code of this file.
Namespaces | |
| SASSY | |
| The namespace for the Software Architecture Support System project. | |
Typedefs | |
| typedef void(* | SASSY::AsyncTestEventFn )(const std::string &s) |
| Pointer to function used to enqueue a test event. More... | |
Functions | |
| void | SASSY::defaultAsyncTestEvent (const std::string &s) |
| Function used to enqueue a test event. More... | |
Variables | |
| AsyncTestEventFn | SASSY::asyncTestEvent = SASSY::defaultAsyncTestEvent |
| Pointer to function used to enqueue a test event. | |
Interface between applications and the test harness.
This file should be included if the code is instrumented with event() calls that are used for asynchronous tests.
1.8.5