Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
TraitsTests.hpp File Reference
#include <type_traits>
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Random.hpp"
#include "Sacado_mpl_apply.hpp"
#include <gtest/gtest.h>
Include dependency graph for TraitsTests.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TraitsTests< ADType >
 

Functions

 TYPED_TEST_SUITE_P (TraitsTests)
 
 TYPED_TEST_P (TraitsTests, testScalarType)
 
 TYPED_TEST_P (TraitsTests, testValueType)
 
 TYPED_TEST_P (TraitsTests, testIsADType)
 
 TYPED_TEST_P (TraitsTests, testIsScalarType)
 
 TYPED_TEST_P (TraitsTests, testValue)
 
 TYPED_TEST_P (TraitsTests, testScalarValue)
 
 TYPED_TEST_P (TraitsTests, testStringName)
 
 REGISTER_TYPED_TEST_SUITE_P (TraitsTests, testScalarType, testValueType, testIsADType, testIsScalarType, testValue, testScalarValue, testStringName)
 

Function Documentation

TYPED_TEST_SUITE_P ( TraitsTests  )
TYPED_TEST_P ( TraitsTests  ,
testScalarType   
)

Definition at line 67 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testValueType   
)

Definition at line 78 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testIsADType   
)

Definition at line 89 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testIsScalarType   
)

Definition at line 97 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testValue   
)

Definition at line 105 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testScalarValue   
)

Definition at line 117 of file TraitsTests.hpp.

TYPED_TEST_P ( TraitsTests  ,
testStringName   
)

Definition at line 129 of file TraitsTests.hpp.

REGISTER_TYPED_TEST_SUITE_P ( TraitsTests  ,
testScalarType  ,
testValueType  ,
testIsADType  ,
testIsScalarType  ,
testValue  ,
testScalarValue  ,
testStringName   
)