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

Namespaces

namespace  adl_test
 
namespace  convertible_from_any
 
namespace  matcher_test
 

Classes

struct  ContainerHelper
 
class  GreaterThanMatcher
 
struct  GtestGreaterThanMatcher
 
class  GTestMatcherTestP
 

Functions

template<typename T >
GtestGreaterThanMatcher< typename std::decay< T >::type > GtestGreaterThan (T &&rhs)
 
template<typename T >
std::string Describe (const Matcher< T > &m)
 
template<typename T >
std::string DescribeNegation (const Matcher< T > &m)
 
template<typename MatcherType , typename Value >
std::string Explain (const MatcherType &m, const Value &x)
 

Function Documentation

◆ Describe()

template<typename T >
std::string testing::gmock_matchers_test::Describe ( const Matcher< T > & m)

◆ DescribeNegation()

template<typename T >
std::string testing::gmock_matchers_test::DescribeNegation ( const Matcher< T > & m)

◆ Explain()

template<typename MatcherType , typename Value >
std::string testing::gmock_matchers_test::Explain ( const MatcherType & m,
const Value & x )

◆ GtestGreaterThan()

template<typename T >
GtestGreaterThanMatcher< typename std::decay< T >::type > testing::gmock_matchers_test::GtestGreaterThan ( T && rhs)