MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / test_Through

Method test_Through

tests/ParseUtils_test.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17 }
18 void test_Through()
19 {
20 QFETCH(QString, timestamp);
21
22 auto time_parsed = timeFromS3Time(timestamp);
23 auto time_serialized = timeToS3Time(time_parsed);
24
25 QCOMPARE(time_serialized, timestamp);
26 }
27};
28
29QTEST_GUILESS_MAIN(ParseUtilsTest)

Callers

nothing calls this directly

Calls 2

timeFromS3TimeFunction · 0.85
timeToS3TimeFunction · 0.85

Tested by

no test coverage detected