#include <catch.hpp>
Definition at line 674 of file catch.hpp.
◆ AutoReg() [1/3]
◆ AutoReg() [2/3]
template<typename C >
Catch::AutoReg::AutoReg |
( |
void(C::*)() |
method, |
|
|
char const * |
className, |
|
|
NameAndDesc const & |
nameAndDesc, |
|
|
SourceLineInfo const & |
lineInfo |
|
) |
| |
|
inline |
Definition at line 682 of file catch.hpp.
689 (
new MethodTestCase<C>( method ),
void registerTestCase(ITestCase *testCase, char const *className, NameAndDesc const &nameAndDesc, SourceLineInfo const &lineInfo)
References Catch::registerTestCase().
◆ ~AutoReg()
Catch::AutoReg::~AutoReg |
( |
| ) |
|
◆ AutoReg() [3/3]
Catch::AutoReg::AutoReg |
( |
AutoReg const & |
| ) |
|
|
private |
◆ operator=()
void Catch::AutoReg::operator= |
( |
AutoReg const & |
| ) |
|
|
private |
The documentation for this struct was generated from the following file: