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