MCPcopy Create free account
hub / github.com/cirquit/trdrop / registerTestCaseFunction

Function registerTestCaseFunction

ext/catch.hpp:7178–7183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7176 lineInfo ) );
7177 }
7178 void registerTestCaseFunction
7179 ( TestFunction function,
7180 SourceLineInfo const& lineInfo,
7181 NameAndDesc const& nameAndDesc ) {
7182 registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo );
7183 }
7184
7185 ///////////////////////////////////////////////////////////////////////////
7186

Callers 1

AutoRegMethod · 0.85

Calls 1

registerTestCaseFunction · 0.85

Tested by

no test coverage detected