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

Function main

core/tests/RefTime/ReferenceFrame_T.cpp:365–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364
365int main()
366{
367 ReferenceFrame_T testClass;
368 unsigned errorTotal = 0;
369
370 errorTotal += testClass.asStringTest();
371 errorTotal += testClass.equalityTest();
372 errorTotal += testClass.inequalityTest();
373 errorTotal += testClass.greaterThanTest();
374 errorTotal += testClass.lessThanTest();
375 errorTotal += testClass.greaterThanOrEqualToTest();
376 errorTotal += testClass.lesserThanOrEqualToTest();
377 errorTotal += testClass.setReferenceFrameTest();
378 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal
379 << std::endl;
380
381 return errorTotal;
382}
383

Callers

nothing calls this directly

Calls 8

inequalityTestMethod · 0.80
greaterThanTestMethod · 0.80
lessThanTestMethod · 0.80
setReferenceFrameTestMethod · 0.80
asStringTestMethod · 0.45
equalityTestMethod · 0.45

Tested by

no test coverage detected