MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / runAll

Method runAll

Thirdparty/Sophus/test/core/test_rxso2.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void runAll() {
90 bool passed = testLieProperties();
91 passed &= testSaturation();
92 passed &= testRawDataAcces();
93 passed &= testConstructors();
94 passed &= testFit();
95 processTestResult(passed);
96 }
97
98 private:
99 bool testLieProperties() {

Callers 1

test_rxso2Function · 0.45

Calls 1

processTestResultFunction · 0.85

Tested by

no test coverage detected