Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Functions
TraitsTests.hpp File Reference
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Random.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_mpl_is_same.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()

TYPED_TEST_SUITE_P ( TraitsTests )

◆ TYPED_TEST_P() [1/7]

TYPED_TEST_P ( TraitsTests ,
testScalarType  )

Definition at line 66 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [2/7]

TYPED_TEST_P ( TraitsTests ,
testValueType  )

Definition at line 77 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [3/7]

TYPED_TEST_P ( TraitsTests ,
testIsADType  )

Definition at line 88 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [4/7]

TYPED_TEST_P ( TraitsTests ,
testIsScalarType  )

Definition at line 96 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [5/7]

TYPED_TEST_P ( TraitsTests ,
testValue  )

Definition at line 104 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [6/7]

TYPED_TEST_P ( TraitsTests ,
testScalarValue  )

Definition at line 116 of file TraitsTests.hpp.

◆ TYPED_TEST_P() [7/7]

TYPED_TEST_P ( TraitsTests ,
testStringName  )

Definition at line 128 of file TraitsTests.hpp.

◆ REGISTER_TYPED_TEST_SUITE_P()

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