#include <catch_amalgamated.hpp>
Public Member Functions | |
constexpr | TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept |
void | invoke () const override |
![]() | |
virtual void | prepareTestCase () |
virtual void | tearDownTestCase () |
virtual | ~ITestInvoker () |
Private Attributes | |
void(C::* | m_testAsMethod )() |
|
inlineconstexprnoexcept |
|
inlineoverridevirtual |
Implements Catch::ITestInvoker.
|
private |