| 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 ) |
nothing calls this directly
no outgoing calls
no test coverage detected