| 19 | QTest::newRow("packxz") << "org.gradle.test.classifiers:service:1.0:jdk15@jar.pack.xz"; |
| 20 | } |
| 21 | void test_Positive() |
| 22 | { |
| 23 | QFETCH(QString, through); |
| 24 | |
| 25 | QString converted = GradleSpecifier(through).serialize(); |
| 26 | |
| 27 | QCOMPARE(converted, through); |
| 28 | } |
| 29 | |
| 30 | void test_Path_data() |
| 31 | { |
nothing calls this directly
no test coverage detected