MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getInlineSuppression

Method getInlineSuppression

gui/test/projectfile/testprojectfile.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void 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
177void TestProjectFile::getCheckingSuppressionsRelative() const
178{

Callers 1

Calls 2

setFilenameMethod · 0.80
setInlineSuppressionMethod · 0.80

Tested by

no test coverage detected