SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Typedefs | Functions | Variables
test.h File Reference

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.
 

Detailed Description

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.