45 return testThread.invokedWithinThread();
48 CHECK (not testThread.invokedWithinThread());
49 CHECK (testThread.join().get<
bool>());
Variant of the standard case, requiring to wait and join() on the termination of this thread.
Abstract Base Class for all testcases.
Implementation namespace for support and library code.
Test runner and basic definitions for tests.
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
Convenience front-end to simplify and codify basic thread handling.