MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / libIdentify

Method libIdentify

unittests/catch.hpp:9217–9223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9215 << "For more detailed usage please see the project docs\n" << std::endl;
9216 }
9217 void Session::libIdentify() {
9218 Catch::cout()
9219 << std::left << std::setw(16) << "description: " << "A Catch test executable\n"
9220 << std::left << std::setw(16) << "category: " << "testframework\n"
9221 << std::left << std::setw(16) << "framework: " << "Catch Test\n"
9222 << std::left << std::setw(16) << "version: " << libraryVersion() << std::endl;
9223 }
9224
9225 int Session::applyCommandLine( int argc, char const * const * argv ) {
9226 if( m_startupExceptions )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected