2 //=============================================================================
6 * Header file for the DynAny basic test manager
8 * @author Jeff Parsons <parsons@cs.wustl.edu>
10 //=============================================================================
13 #if !defined (TEST_WRAPPER_H)
14 #define TEST_WRAPPER_H
20 typedef T TEST_OBJECT
;
22 // constructor and destructor
28 * @brief Run the test.
30 * @return The number of errors detected.
35 // This does all the work.
36 TEST_OBJECT
* test_object_
;
39 #include "test_wrapper.cpp"
41 #endif /* TEST_WRAPPER_H */