Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::gmock_matchers_test::GTestMatcherTestP Class Reference

#include <gmock-matchers_test.h>

Inheritance diagram for testing::gmock_matchers_test::GTestMatcherTestP:
Inheritance graph
[legend]

Public Member Functions

template<typename T >
Matcher< TGreaterThan (T n)
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Public Member Functions inherited from testing::WithParamInterface< bool >
virtual ~WithParamInterface ()=default
 

Public Attributes

const bool use_gtest_matcher_ = GetParam()
 

Additional Inherited Members

- Public Types inherited from testing::WithParamInterface< bool >
typedef bool ParamType
 
- 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)
 
template<typename T , std::enable_if_t< std::is_convertible< T, int64_t >::value, bool > = true>
static void RecordProperty (const std::string &key, const T &value)
 
- Static Public Member Functions inherited from testing::WithParamInterface< bool >
static const ParamTypeGetParam ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Detailed Description

Definition at line 156 of file gmock-matchers_test.h.

Member Function Documentation

template<typename T >
Matcher<T> testing::gmock_matchers_test::GTestMatcherTestP::GreaterThan ( T  n)
inline

Definition at line 159 of file gmock-matchers_test.h.

Member Data Documentation

const bool testing::gmock_matchers_test::GTestMatcherTestP::use_gtest_matcher_ = GetParam()

Definition at line 166 of file gmock-matchers_test.h.


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