test::Launch< TEST > Class Template Reference
Helper class for running a collection of tests.
More...
#include <run.hpp>
List of all members.
|
Public Member Functions |
|
| Launch (string testID, string groups) |
|
virtual auto_ptr< Test > | operator() () |
Detailed Description
template<class TEST>
class test::Launch< TEST >
Launch objects are functors, which create on invocation an instance of the
Test class they were created with. Creating such a
Test Launcher internally registers this testcase with the Testsuite-Class, optionally under several groups (=categories, suite selections).
- Note:
- a subclass of Launcher
Definition at line 84 of file run.hpp.
The documentation for this class was generated from the following file: