|
Agora
1.2.0
Agora project
|
#include <catch.hpp>


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