MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / test_Positive

Method test_Positive

tests/GradleSpecifier_test.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

GradleSpecifierClass · 0.85
serializeMethod · 0.45

Tested by

no test coverage detected