![]() |
ManaPlus
|
#include <catch.hpp>
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 () |
Private Member Functions | |
| virtual | ~MethodTestCase () |
Private Attributes | |
| void(C::* | m_method )() |
Additional Inherited Members | |
Data Fields 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 () |
|
inline |
|
inlineprivatevirtual |
|
inlinevirtual |
Implements Catch::ITestCase.
|
private |