Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
FadUnitTests.cpp File Reference
#include "FadUnitTests.hpp"
#include "Sacado_Fad_SimpleFad.hpp"
Include dependency graph for FadUnitTests.cpp:

Go to the source code of this file.

Typedefs

typedef ::testing::Types
< Sacado::Fad::DFad< double >
, Sacado::Fad::SFad< double, 5 >
, Sacado::Fad::SLFad< double, 5 >
, Sacado::Fad::SimpleFad
< double >, Sacado::Fad::DVFad
< double > > 
FadTypes
 

Functions

 INSTANTIATE_TYPED_TEST_SUITE_P (Fad, FadOpsUnitTest, FadTypes)
 

Typedef Documentation

Definition at line 45 of file FadUnitTests.cpp.

Function Documentation

INSTANTIATE_TYPED_TEST_SUITE_P ( Fad  ,
FadOpsUnitTest  ,
FadTypes   
)