MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / libIdentify

Method libIdentify

tests/catch.hpp:10752–10758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10750 << "For more detailed usage please see the project docs\n" << std::endl;
10751 }
10752 void Session::libIdentify() {
10753 Catch::cout()
10754 << std::left << std::setw(16) << "description: " << "A Catch test executable\n"
10755 << std::left << std::setw(16) << "category: " << "testframework\n"
10756 << std::left << std::setw(16) << "framework: " << "Catch Test\n"
10757 << std::left << std::setw(16) << "version: " << libraryVersion() << std::endl;
10758 }
10759
10760 int Session::applyCommandLine( int argc, char const * const * argv ) {
10761 if( m_startupExceptions )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected