Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
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) |
GtestGreaterThanMatcher<typename std::decay<T>::type> testing::gmock_matchers_test::GtestGreaterThan | ( | T && | rhs | ) |
Definition at line 126 of file gmock-matchers_test.h.
std::string testing::gmock_matchers_test::Describe | ( | const Matcher< T > & | m | ) |
Definition at line 171 of file gmock-matchers_test.h.
std::string testing::gmock_matchers_test::DescribeNegation | ( | const Matcher< T > & | m | ) |
Definition at line 177 of file gmock-matchers_test.h.
std::string testing::gmock_matchers_test::Explain | ( | const MatcherType & | m, |
const Value & | x | ||
) |
Definition at line 183 of file gmock-matchers_test.h.