All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::TestInvokerAsMethod< C > Class Template Reference
+ Inheritance diagram for Catch::TestInvokerAsMethod< C >:

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.


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