MCPcopy Create free account
hub / github.com/apache/thrift / AutoReg

Method AutoReg

compiler/cpp/tests/catch/catch.hpp:742–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740
741 template<typename C>
742 AutoReg
743 ( void (C::*method)(),
744 char const* className,
745 NameAndDesc const& nameAndDesc,
746 SourceLineInfo const& lineInfo ) {
747
748 registerTestCase
749 ( new MethodTestCase<C>( method ),
750 className,
751 nameAndDesc,
752 lineInfo );
753 }
754
755 ~AutoReg();
756

Callers

nothing calls this directly

Calls 1

registerTestCaseFunction · 0.85

Tested by

no test coverage detected