Public Member Functions | Private Member Functions | Private Attributes
Catch::MethodTestCase< C > Class Template Reference

#include <catch.hpp>

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

List of all members.

Public Member Functions

virtual void invoke () const
 MethodTestCase (void(C::*method)())

Private Member Functions

virtual ~MethodTestCase ()

Private Attributes

void(C::* m_method )()

Detailed Description

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

Definition at line 539 of file catch.hpp.


Constructor & Destructor Documentation

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

Definition at line 542 of file catch.hpp.

template<typename C >
virtual Catch::MethodTestCase< C >::~MethodTestCase ( ) [inline, private, virtual]

Definition at line 550 of file catch.hpp.


Member Function Documentation

template<typename C >
virtual void Catch::MethodTestCase< C >::invoke ( ) const [inline, virtual]

Implements Catch::ITestCase.

Definition at line 544 of file catch.hpp.


Member Data Documentation

template<typename C >
void(C::* Catch::MethodTestCase< C >::m_method)() [private]

Definition at line 552 of file catch.hpp.


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


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:41