Template Function Catch::makeTestInvoker(void(C::*)())

Function Documentation

template<typename C>
auto Catch::makeTestInvoker(void (C::* testAsMethod)()) noexcept -> ITestInvoker*