MCPcopy Create free account
hub / github.com/KDE/kdevelop / checkNodeDescription

Function checkNodeDescription

kdevplatform/shell/tests/test_filteredproblemstore.cpp:294–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294bool checkNodeDescription(const ProblemStoreNode *node, const QString &descr)
295{
296 const auto *n = dynamic_cast<const ProblemNode*>(node);
297
298 MYVERIFY(n);
299 MYCOMPARE(n->problem()->description(), descr);
300
301 return true;
302}
303
304void TestFilteredProblemStore::testPathGrouping()
305{

Callers 2

testPathGroupingMethod · 0.85
testSeverityGroupingMethod · 0.85

Calls 1

descriptionMethod · 0.45

Tested by

no test coverage detected