Class TestCaseHandle
Defined in File catch_amalgamated.hpp
Class Documentation
-
class TestCaseHandle
Wrapper over the test case information and the test case invoker
Does not own either, and is specifically made to be cheap to copy around.
Public Functions
-
inline TestCaseHandle(TestCaseInfo *info, ITestInvoker *invoker)
-
inline void invoke() const
-
TestCaseInfo const &getTestCaseInfo() const
-
inline TestCaseHandle(TestCaseInfo *info, ITestInvoker *invoker)