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 966 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 969 of file catch.hpp.

Member Function Documentation

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

Implements Catch::ITestInvoker.

Definition at line 971 of file catch.hpp.

Member Data Documentation

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

Definition at line 967 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35