| 14501 | return true; |
| 14502 | } |
| 14503 | void TestSpecParser::startNewMode( Mode mode ) { |
| 14504 | m_mode = mode; |
| 14505 | } |
| 14506 | void TestSpecParser::endMode() { |
| 14507 | switch( m_mode ) { |
| 14508 | case Name: |
nothing calls this directly
no outgoing calls
no test coverage detected