| 27 | QTest::newRow("packxz") << "org.gradle.test.classifiers:service:1.0:jdk15@jar.pack.xz"; |
| 28 | } |
| 29 | void test_Positive() |
| 30 | { |
| 31 | QFETCH(QString, through); |
| 32 | |
| 33 | QString converted = GradleSpecifier(through).serialize(); |
| 34 | |
| 35 | QCOMPARE(converted, through); |
| 36 | } |
| 37 | |
| 38 | void test_Path_data() |
| 39 | { |
nothing calls this directly
no test coverage detected