cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::gmock_matchers_test::GTestMatcherTestP Class Reference

#include <gmock-matchers_test.h>

Inheritance diagram for testing::gmock_matchers_test::GTestMatcherTestP:
testing::TestWithParam< bool > testing::Test testing::WithParamInterface< bool >

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 ()
 

Member Function Documentation

◆ GreaterThan()

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

Member Data Documentation

◆ use_gtest_matcher_

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

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