#include <gmock-more-matchers.h>
|
| template<typename MatcheeContainerType > |
| bool | MatchAndExplain (const MatcheeContainerType &c, MatchResultListener *listener) const |
| |
| bool | MatchAndExplain (const char *s, MatchResultListener *listener) const |
| |
| void | DescribeTo (std::ostream *os) const |
| |
| void | DescribeNegationTo (std::ostream *os) const |
| |
◆ DescribeNegationTo()
| void testing::internal::IsEmptyMatcher::DescribeNegationTo |
( |
std::ostream * | os | ) |
const |
|
inline |
◆ DescribeTo()
| void testing::internal::IsEmptyMatcher::DescribeTo |
( |
std::ostream * | os | ) |
const |
|
inline |
◆ MatchAndExplain() [1/2]
| bool testing::internal::IsEmptyMatcher::MatchAndExplain |
( |
const char * | s, |
|
|
MatchResultListener * | listener ) const |
|
inline |
◆ MatchAndExplain() [2/2]
template<typename MatcheeContainerType >
| bool testing::internal::IsEmptyMatcher::MatchAndExplain |
( |
const MatcheeContainerType & | c, |
|
|
MatchResultListener * | listener ) const |
|
inline |
The documentation for this class was generated from the following file: