57 CHECK (not testThread.invokedWithinThread());
58 CHECK (testThread.join().get<
bool>());
Variant of the standard case, requiring to wait and join() on the termination of this thread...
bool invokedWithinThread() const
detect if the currently executing code runs within this thread
Implementation namespace for support and library code.
Abstract Base Class for all testcases.
Simple test class runner.
Convenience front-end to simplify and codify basic thread handling.