Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Types | Protected Member Functions | Protected Attributes | List of all members
FadOpsUnitTest2< FadType > Class Template Reference

#include <FadUnitTests2.hpp>

Inheritance diagram for FadOpsUnitTest2< FadType >:
Inheritance graph
[legend]

Protected Types

typedef Sacado::ScalarType
< FadType >::type 
ScalarType
 

Protected Member Functions

 FadOpsUnitTest2 ()
 
void SetUp () override
 
void TearDown () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

FadType a_fad_
 
FadType b_fad_
 
FadType c_fad_
 
Sacado::Random< ScalarTypeurand
 
int n_
 
double tol_a
 
double tol_r
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Detailed Description

template<typename FadType>
class FadOpsUnitTest2< FadType >

Definition at line 44 of file FadUnitTests2.hpp.

Member Typedef Documentation

template<typename FadType >
typedef Sacado::ScalarType<FadType>::type FadOpsUnitTest2< FadType >::ScalarType
protected

Definition at line 46 of file FadUnitTests2.hpp.

Constructor & Destructor Documentation

template<typename FadType >
FadOpsUnitTest2< FadType >::FadOpsUnitTest2 ( )
inlineprotected

Definition at line 60 of file FadUnitTests2.hpp.

Member Function Documentation

template<typename FadType >
void FadOpsUnitTest2< FadType >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 62 of file FadUnitTests2.hpp.

template<typename FadType >
void FadOpsUnitTest2< FadType >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 83 of file FadUnitTests2.hpp.

Member Data Documentation

template<typename FadType >
FadType FadOpsUnitTest2< FadType >::a_fad_
protected

Definition at line 49 of file FadUnitTests2.hpp.

template<typename FadType >
FadType FadOpsUnitTest2< FadType >::b_fad_
protected

Definition at line 49 of file FadUnitTests2.hpp.

template<typename FadType >
FadType FadOpsUnitTest2< FadType >::c_fad_
protected

Definition at line 49 of file FadUnitTests2.hpp.

template<typename FadType >
Sacado::Random<ScalarType> FadOpsUnitTest2< FadType >::urand
protected

Definition at line 52 of file FadUnitTests2.hpp.

template<typename FadType >
int FadOpsUnitTest2< FadType >::n_
protected

Definition at line 55 of file FadUnitTests2.hpp.

template<typename FadType >
double FadOpsUnitTest2< FadType >::tol_a
protected

Definition at line 58 of file FadUnitTests2.hpp.

template<typename FadType >
double FadOpsUnitTest2< FadType >::tol_r
protected

Definition at line 58 of file FadUnitTests2.hpp.


The documentation for this class was generated from the following file: