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

Method loadInexisting

gui/test/projectfile/testprojectfile.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49struct Library::LibraryData {};
50
51void TestProjectFile::loadInexisting() const
52{
53 const QString filepath(QString(SRCDIR) + "/../data/projectfiles/foo.cppcheck");
54 ProjectFile pfile(filepath);
55 QCOMPARE(pfile.read(), false);
56}
57
58void TestProjectFile::loadSimple() const
59{

Callers

nothing calls this directly

Calls 2

QStringClass · 0.50
readMethod · 0.45

Tested by

no test coverage detected