Template Class TestInvokerAsMethod

Inheritance Relationships

Base Type

  • public Catch::ITestInvoker

Class Documentation

template<typename C>
class TestInvokerAsMethod : public Catch::ITestInvoker

Public Functions

inline TestInvokerAsMethod(void (C::* testAsMethod)()) noexcept
inline void invoke() const override