| 101 | } |
| 102 | |
| 103 | bool IntegrationTestFramework::approxCompare(double expected, double actual, float precision) const |
| 104 | { |
| 105 | return approxCompare(toFloat(expected), toFloat(actual)); |
| 106 | } |
| 107 | |
| 108 | bool IntegrationTestFramework::approxCompare(float expected, float actual, float precision) const |
| 109 | { |