MCPcopy Create free account
hub / github.com/Profactor/cv-plot / libIdentify

Method libIdentify

CvPlot/ext/catch2/inc/catch.hpp:13214–13220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13212 << "For more detailed usage please see the project docs\n" << std::endl;
13213 }
13214 void Session::libIdentify() {
13215 Catch::cout()
13216 << std::left << std::setw(16) << "description: " << "A Catch2 test executable\n"
13217 << std::left << std::setw(16) << "category: " << "testframework\n"
13218 << std::left << std::setw(16) << "framework: " << "Catch Test\n"
13219 << std::left << std::setw(16) << "version: " << libraryVersion() << std::endl;
13220 }
13221
13222 int Session::applyCommandLine( int argc, char const * const * argv ) {
13223 if( m_startupExceptions )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected