| 154 | } |
| 155 | |
| 156 | unsigned 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 | |
| 169 | unsigned TimeSystem_T::asStringTest() |
| 170 | { |
no test coverage detected