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

Method testExplanation

kdevplatform/shell/tests/test_detectedproblem.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void TestDetectedProblem::testExplanation()
113{
114 QString TESTEXPLANATION = QStringLiteral("Just a test explanation");
115
116 m_problem->setExplanation(TESTEXPLANATION);
117 QCOMPARE(TESTEXPLANATION, m_problem->explanation());
118}
119
120void TestDetectedProblem::testFinalLocation()
121{

Callers

nothing calls this directly

Calls 2

setExplanationMethod · 0.45
explanationMethod · 0.45

Tested by

no test coverage detected