| 110 | } |
| 111 | |
| 112 | void 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 | |
| 120 | void TestDetectedProblem::testFinalLocation() |
| 121 | { |
nothing calls this directly
no test coverage detected