#include <catch_amalgamated.hpp>
Public Member Functions | |
constexpr | TestCaseHandle (TestCaseInfo *info, ITestInvoker *invoker) |
void | prepareTestCase () const |
void | tearDownTestCase () const |
void | invoke () const |
constexpr TestCaseInfo const & | getTestCaseInfo () const |
Private Attributes | |
TestCaseInfo * | m_info |
ITestInvoker * | m_invoker |
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.
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
private |
|
private |