#include <catch_amalgamated.hpp>


Public Member Functions | |
| constexpr | TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept |
| void | invoke () const override |
Public Member Functions inherited from Catch::ITestInvoker | |
| virtual void | prepareTestCase () |
| virtual void | tearDownTestCase () |
| virtual | ~ITestInvoker () |
Private Attributes | |
| void(C::* | m_testAsMethod )() |
|
inlineconstexprnoexcept |
|
inlineoverridevirtual |
Implements Catch::ITestInvoker.
|
private |