Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::TestInvokerAsMethod< C > Class Template Reference

#include <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
 
- Public Member Functions inherited from Catch::ITestInvoker
virtual ~ITestInvoker ()
 

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.


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