kblib 0.2.3
General utilities library for modern C++
Catch::TestInvokerAsMethod< C > Class Template Reference

#include <catch/catch.hpp>

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

Public Member Functions

 TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept
 
void invoke () const override
 
 TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept
 
void invoke () const override
 
- Public Member Functions inherited from Catch::ITestInvoker
virtual void invoke () const =0
 
virtual ~ITestInvoker ()
 
virtual void invoke () const =0
 
virtual ~ITestInvoker ()
 

Detailed Description

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

Definition at line 962 of file catch.hpp.

Constructor & Destructor Documentation

◆ TestInvokerAsMethod() [1/2]

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

Definition at line 965 of file catch.hpp.

◆ TestInvokerAsMethod() [2/2]

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

Definition at line 965 of file catch.hpp.

Member Function Documentation

◆ invoke() [1/2]

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

Implements Catch::ITestInvoker.

Definition at line 967 of file catch.hpp.

◆ invoke() [2/2]

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

Implements Catch::ITestInvoker.

Definition at line 967 of file catch.hpp.


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