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

Method testDescription

kdevplatform/shell/tests/test_detectedproblem.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void TestDetectedProblem::testDescription()
105{
106 QString TESTDESCRIPTION = QStringLiteral("Just a test description");
107
108 m_problem->setDescription(TESTDESCRIPTION);
109 QCOMPARE(TESTDESCRIPTION, m_problem->description());
110}
111
112void TestDetectedProblem::testExplanation()
113{

Callers

nothing calls this directly

Calls 2

setDescriptionMethod · 0.45
descriptionMethod · 0.45

Tested by

no test coverage detected