MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / test_Positive

Method test_Positive

tests/GradleSpecifier_test.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

GradleSpecifierClass · 0.85
serializeMethod · 0.45

Tested by

no test coverage detected