| 10455 | return *this; |
| 10456 | } |
| 10457 | TestSpec TestSpecParser::testSpec() { |
| 10458 | addFilter(); |
| 10459 | return m_testSpec; |
| 10460 | } |
| 10461 | |
| 10462 | void TestSpecParser::visitChar( char c ) { |
| 10463 | if( m_mode == None ) { |
no outgoing calls
no test coverage detected