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

Method test_Through

tests/ParseUtils_test.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28 }
29 void test_Through()
30 {
31 QFETCH(QString, timestamp);
32
33 auto time_parsed = timeFromS3Time(timestamp);
34 auto time_serialized = timeToS3Time(time_parsed);
35
36 QCOMPARE(time_serialized, timestamp);
37 }
38
39};
40

Callers

nothing calls this directly

Calls 2

timeFromS3TimeFunction · 0.85
timeToS3TimeFunction · 0.85

Tested by

no test coverage detected