MCPcopy Create free account
hub / github.com/SGL-UT/gnsstk / correctionTestInvalidTimeSystem

Method correctionTestInvalidTimeSystem

core/tests/RefTime/TimeSystem_T.cpp:156–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156unsigned TimeSystem_T::correctionTestInvalidTimeSystem()
157{
158 TUDEF("TimeSystem", "correctionTestInvalidTimeSystem");
159
160 // Invalid In TimeSystem
161 TUTHROW(gnsstk::getTimeSystemCorrection(gnsstk::TimeSystem::Last, gnsstk::TimeSystem::UTC, 1991, 4, 25));
162
163 // Invalid Out TimeSystem
164 TUTHROW(gnsstk::getTimeSystemCorrection(gnsstk::TimeSystem::UTC, gnsstk::TimeSystem::Last, 1991, 4, 25));
165
166 TURETURN();
167}
168
169unsigned TimeSystem_T::asStringTest()
170{

Callers 1

mainFunction · 0.80

Calls 1

getTimeSystemCorrectionFunction · 0.85

Tested by

no test coverage detected