| 167 | } |
| 168 | |
| 169 | void TestProjectFile::getInlineSuppression() const |
| 170 | { |
| 171 | ProjectFile projectFile; |
| 172 | projectFile.setFilename("/some/path/123.cppcheck"); |
| 173 | projectFile.setInlineSuppression(false); |
| 174 | QCOMPARE(projectFile.getInlineSuppression(), false); |
| 175 | } |
| 176 | |
| 177 | void TestProjectFile::getCheckingSuppressionsRelative() const |
| 178 | { |
no test coverage detected