Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Macros
GTestUtils.hpp File Reference
#include <gtest/gtest.h>
Include dependency graph for GTestUtils.hpp:
This graph shows which files directly or indirectly include this file:

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);
 

Macro Definition Documentation

◆ COMPARE_VALUES

#define COMPARE_VALUES ( a,
b )    ASSERT_PRED2(CompareFloats(this->tol_a, this->tol_r), a, b);

Definition at line 109 of file GTestUtils.hpp.

◆ COMPARE_FADS

#define COMPARE_FADS ( a,
b )    ASSERT_PRED_FORMAT2(CompareFads(this->tol_a, this->tol_r), a, b);

Definition at line 112 of file GTestUtils.hpp.

◆ COMPARE_NESTED_FADS

#define COMPARE_NESTED_FADS ( a,
b )    ASSERT_PRED_FORMAT2(CompareNestedFads(this->tol_a, this->tol_r), a, b);

Definition at line 115 of file GTestUtils.hpp.