|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest/gtest.h>

Go to the source code of this file.
Classes | |
| struct | CompareFloats |
| struct | CompareFads |
| struct | CompareNestedFads |
Macros | |
| #define | COMPARE_VALUES(a, b) ASSERT_PRED2(CompareFloats(this->tol_a, this->tol_r), a, b); |
| #define | COMPARE_FADS(a, b) ASSERT_PRED_FORMAT2(CompareFads(this->tol_a, this->tol_r), a, b); |
| #define | COMPARE_NESTED_FADS(a, b) ASSERT_PRED_FORMAT2(CompareNestedFads(this->tol_a, this->tol_r), a, b); |
| #define COMPARE_VALUES | ( | a, | |
| b | |||
| ) | ASSERT_PRED2(CompareFloats(this->tol_a, this->tol_r), a, b); |
Definition at line 89 of file GTestUtils.hpp.
| #define COMPARE_FADS | ( | a, | |
| b | |||
| ) | ASSERT_PRED_FORMAT2(CompareFads(this->tol_a, this->tol_r), a, b); |
Definition at line 92 of file GTestUtils.hpp.
| #define COMPARE_NESTED_FADS | ( | a, | |
| b | |||
| ) | ASSERT_PRED_FORMAT2(CompareNestedFads(this->tol_a, this->tol_r), a, b); |
Definition at line 95 of file GTestUtils.hpp.
1.8.5