Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes | Functions
testing::gmock_matchers_test Namespace Reference

Namespaces

 adl_test
 
 convertible_from_any
 
 matcher_test
 

Classes

struct  ContainerHelper
 
struct  GtestGreaterThanMatcher
 
class  GreaterThanMatcher
 
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

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

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

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

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

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

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

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

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