| 72 | } |
| 73 | |
| 74 | TestCase::TestResult CommonSyntaxTest::run(std::ostream& _stream, std::string const& _linePrefix, bool _formatted) |
| 75 | { |
| 76 | parseCustomExpectations(m_reader.stream()); |
| 77 | parseAndAnalyze(); |
| 78 | |
| 79 | return conclude(_stream, _linePrefix, _formatted); |
| 80 | } |
| 81 | |
| 82 | TestCase::TestResult CommonSyntaxTest::conclude(std::ostream& _stream, std::string const& _linePrefix, bool _formatted) |
| 83 | { |
no outgoing calls
no test coverage detected