Public Member Functions | Private Attributes | List of all members
Catch::TestInvokerAsMethod< C > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::TestInvokerAsMethod< C >:
Inheritance graph
[legend]

Public Member Functions

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

Private Attributes

void(C::* m_testAsMethod )()
 

Detailed Description

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

Definition at line 816 of file catch.hpp.

Constructor & Destructor Documentation

◆ TestInvokerAsMethod()

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

Definition at line 819 of file catch.hpp.

Member Function Documentation

◆ invoke()

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

Implements Catch::ITestInvoker.

Definition at line 821 of file catch.hpp.

Member Data Documentation

◆ m_testAsMethod

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

Definition at line 817 of file catch.hpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03