|
spdlog
|
Public Member Functions | |
| TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept | |
| void | invoke () const override |
Private Attributes | |
| void(C::* | m_testAsMethod )() |
|
inlinenoexcept |
|
inlineoverridevirtual |
Implements Catch::ITestInvoker.
|
private |