API
Catch::TestInvokerAsMethod< C > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::TestInvokerAsMethod< C >:
Inheritance graph
Collaboration diagram for Catch::TestInvokerAsMethod< C >:
Collaboration graph

Public Member Functions

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

Private Attributes

void(C::* m_testAsMethod )()
 

Detailed Description

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

Definition at line 962 of file catch.hpp.

Constructor & Destructor Documentation

◆ TestInvokerAsMethod()

template<typename C >
Catch::TestInvokerAsMethod< C >::TestInvokerAsMethod ( void(C::*)()  testAsMethod)
inlinenoexcept

Definition at line 965 of file catch.hpp.

Member Function Documentation

◆ invoke()

template<typename C >
void Catch::TestInvokerAsMethod< C >::invoke ( ) const
inlineoverridevirtual

Implements Catch::ITestInvoker.

Definition at line 967 of file catch.hpp.

Member Data Documentation

◆ m_testAsMethod

template<typename C >
void(C::* Catch::TestInvokerAsMethod< C >::m_testAsMethod) ()
private

Definition at line 963 of file catch.hpp.

Referenced by Catch::TestInvokerAsMethod< C >::invoke().


The documentation for this class was generated from the following file: