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