#include <catch.hpp>
Public Member Functions | |
TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept | |
void | invoke () const override |
Private Attributes | |
void(C::* | m_testAsMethod )() |
|
inlinenoexcept |
|
inlineoverridevirtual |
Implements Catch::ITestInvoker.
|
private |
Definition at line 963 of file catch.hpp.
Referenced by Catch::TestInvokerAsMethod< C >::invoke().