#include <GTestUtils.hpp>
|
| CompareNestedFads (double tol_a, double tol_r) |
|
template<typename FadType1 , typename FadType2 > |
bool | operator() (const FadType1 &a, const FadType2 &b) |
|
template<typename FadType1 , typename FadType2 > |
::testing::AssertionResult | operator() (const char *a_expr, const char *b_expr, const FadType1 &a, const FadType2 &b) |
|
Definition at line 57 of file GTestUtils.hpp.
CompareNestedFads::CompareNestedFads |
( |
double |
tol_a, |
|
|
double |
tol_r |
|
) |
| |
|
inline |
template<typename FadType1 , typename FadType2 >
bool CompareNestedFads::operator() |
( |
const FadType1 & |
a, |
|
|
const FadType2 & |
b |
|
) |
| |
|
inline |
template<typename FadType1 , typename FadType2 >
::testing::AssertionResult CompareNestedFads::operator() |
( |
const char * |
a_expr, |
|
|
const char * |
b_expr, |
|
|
const FadType1 & |
a, |
|
|
const FadType2 & |
b |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: