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

Function registerTestCaseFunction

compiler/cpp/tests/catch/catch.hpp:7307–7312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7305 lineInfo ) );
7306 }
7307 void registerTestCaseFunction
7308 ( TestFunction function,
7309 SourceLineInfo const& lineInfo,
7310 NameAndDesc const& nameAndDesc ) {
7311 registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo );
7312 }
7313
7314 ///////////////////////////////////////////////////////////////////////////
7315

Callers 1

AutoRegMethod · 0.85

Calls 1

registerTestCaseFunction · 0.85

Tested by

no test coverage detected