Protected Types | Protected Member Functions | Protected Attributes | List of all members
testing::gmock_matchers_test::FloatingPointTest< RawType > Class Template Reference
Inheritance diagram for testing::gmock_matchers_test::FloatingPointTest< RawType >:
Inheritance graph
[legend]

Protected Types

typedef Floating::Bits Bits
 
typedef testing::internal::FloatingPoint< RawType > Floating
 

Protected Member Functions

 FloatingPointTest ()
 
void TestMatches (testing::internal::FloatingEqMatcher< RawType >(*matcher_maker)(RawType))
 
void TestSize ()
 
- Protected Member Functions inherited from testing::Test
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Protected Attributes

const RawType close_to_infinity_
 
const RawType close_to_negative_zero_
 
const RawType close_to_one_
 
const RawType close_to_positive_zero_
 
const RawType further_from_infinity_
 
const RawType further_from_negative_zero_
 
const RawType further_from_one_
 
const RawType infinity_
 
const Bits infinity_bits_
 
const RawType max_
 
const size_t max_ulps_
 
const RawType nan1_
 
const RawType nan2_
 
const Bits one_bits_
 
const Bits zero_bits_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 

Detailed Description

template<typename RawType>
class testing::gmock_matchers_test::FloatingPointTest< RawType >

Definition at line 2646 of file gmock-matchers_test.cc.

Member Typedef Documentation

template<typename RawType >
typedef Floating::Bits testing::gmock_matchers_test::FloatingPointTest< RawType >::Bits
protected

Definition at line 2649 of file gmock-matchers_test.cc.

template<typename RawType >
typedef testing::internal::FloatingPoint<RawType> testing::gmock_matchers_test::FloatingPointTest< RawType >::Floating
protected

Definition at line 2648 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

template<typename RawType >
testing::gmock_matchers_test::FloatingPointTest< RawType >::FloatingPointTest ( )
inlineprotected

Definition at line 2651 of file gmock-matchers_test.cc.

Member Function Documentation

template<typename RawType >
void testing::gmock_matchers_test::FloatingPointTest< RawType >::TestMatches ( testing::internal::FloatingEqMatcher< RawType >(*)(RawType)  matcher_maker)
inlineprotected

Definition at line 2680 of file gmock-matchers_test.cc.

template<typename RawType >
void testing::gmock_matchers_test::FloatingPointTest< RawType >::TestSize ( )
inlineprotected

Definition at line 2674 of file gmock-matchers_test.cc.

Member Data Documentation

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::close_to_infinity_
protected

Definition at line 2743 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::close_to_negative_zero_
protected

Definition at line 2734 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::close_to_one_
protected

Definition at line 2738 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::close_to_positive_zero_
protected

Definition at line 2733 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::further_from_infinity_
protected

Definition at line 2744 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::further_from_negative_zero_
protected

Definition at line 2735 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::further_from_one_
protected

Definition at line 2739 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::infinity_
protected

Definition at line 2742 of file gmock-matchers_test.cc.

template<typename RawType >
const Bits testing::gmock_matchers_test::FloatingPointTest< RawType >::infinity_bits_
protected

Definition at line 2730 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::max_
protected

Definition at line 2747 of file gmock-matchers_test.cc.

template<typename RawType >
const size_t testing::gmock_matchers_test::FloatingPointTest< RawType >::max_ulps_
protected

Definition at line 2726 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::nan1_
protected

Definition at line 2750 of file gmock-matchers_test.cc.

template<typename RawType >
const RawType testing::gmock_matchers_test::FloatingPointTest< RawType >::nan2_
protected

Definition at line 2751 of file gmock-matchers_test.cc.

template<typename RawType >
const Bits testing::gmock_matchers_test::FloatingPointTest< RawType >::one_bits_
protected

Definition at line 2729 of file gmock-matchers_test.cc.

template<typename RawType >
const Bits testing::gmock_matchers_test::FloatingPointTest< RawType >::zero_bits_
protected

Definition at line 2728 of file gmock-matchers_test.cc.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10