| 1023 | } |
| 1024 | |
| 1025 | void TestDocument::rootFile() |
| 1026 | { |
| 1027 | QFETCH(QSharedPointer<Tw::Document::TeXDocument>, doc); |
| 1028 | QFETCH(QString, rootPath); |
| 1029 | |
| 1030 | QVERIFY(!doc.isNull()); |
| 1031 | QCOMPARE(doc->getRootFilePath(), rootPath); |
| 1032 | } |
| 1033 | |
| 1034 | } // namespace UnitTest |
| 1035 |
nothing calls this directly
no test coverage detected