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
RealFadUnitTests.cpp File Reference
#include "FadUnitTests2.hpp"
#include "Sacado_Fad_SimpleFad.hpp"
Include dependency graph for RealFadUnitTests.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 (RealFad, FadOpsUnitTest2, FadTypes)
 
 INSTANTIATE_TYPED_TEST_SUITE_P (RealFad, RealFadOpsUnitTest2, FadTypes)
 

Typedef Documentation

Definition at line 40 of file RealFadUnitTests.cpp.

Function Documentation

INSTANTIATE_TYPED_TEST_SUITE_P ( RealFad  ,
FadOpsUnitTest2  ,
FadTypes   
)
INSTANTIATE_TYPED_TEST_SUITE_P ( RealFad  ,
RealFadOpsUnitTest2  ,
FadTypes   
)