| 102 | } |
| 103 | |
| 104 | void 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 | |
| 112 | void TestDetectedProblem::testExplanation() |
| 113 | { |
nothing calls this directly
no test coverage detected