Fraxinus  18.10
An IGT application
Catch::MethodTestCase< C > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::MethodTestCase< C >:
Catch::SharedImpl< ITestCase > Catch::ITestCase Catch::IShared Catch::NonCopyable

Public Member Functions

 MethodTestCase (void(C::*method)())
 
virtual void invoke () const
 
- Public Member Functions inherited from Catch::SharedImpl< ITestCase >
 SharedImpl ()
 
virtual void addRef () const
 
virtual void release () const
 
- Public Member Functions inherited from Catch::IShared
virtual ~IShared ()
 

Additional Inherited Members

- Public Attributes inherited from Catch::SharedImpl< ITestCase >
unsigned int m_rc
 
- Protected Member Functions inherited from Catch::ITestCase
virtual ~ITestCase ()
 
- Protected Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

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

Definition at line 444 of file catch.hpp.

Constructor & Destructor Documentation

template<typename C >
Catch::MethodTestCase< C >::MethodTestCase ( void(C::*)()  method)
inline

Definition at line 447 of file catch.hpp.

Member Function Documentation

template<typename C >
virtual void Catch::MethodTestCase< C >::invoke ( ) const
inlinevirtual

Implements Catch::ITestCase.

Definition at line 449 of file catch.hpp.


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