|
cMHN 1.2
C++ library for learning MHNs with pRC
|
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) |
| std::string testing::gmock_matchers_test::DescribeNegation | ( | const Matcher< T > & | m | ) |
| std::string testing::gmock_matchers_test::Explain | ( | const MatcherType & | m, |
| const Value & | x ) |
| GtestGreaterThanMatcher< typename std::decay< T >::type > testing::gmock_matchers_test::GtestGreaterThan | ( | T && | rhs | ) |