| 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() { |
no test coverage detected