Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 109 of file GTestUtils.hpp.

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

Definition at line 112 of file GTestUtils.hpp.

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

Definition at line 115 of file GTestUtils.hpp.