#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive) | |
StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive) | |
Private Member Functions | |
void | DescribeToHelper (bool expect_eq,::std::ostream *os) const |
void | DescribeToHelper (bool expect_eq,::std::ostream *os) const |
GTEST_DISALLOW_ASSIGN_ (StrEqualityMatcher) | |
GTEST_DISALLOW_ASSIGN_ (StrEqualityMatcher) | |
Private Attributes | |
const bool | case_sensitive_ |
const bool | expect_eq_ |
const StringType | string_ |
Definition at line 5716 of file fused-src/gmock/gmock.h.
testing::internal::StrEqualityMatcher< StringType >::StrEqualityMatcher | ( | const StringType & | str, |
bool | expect_eq, | ||
bool | case_sensitive | ||
) | [inline] |
Definition at line 5718 of file fused-src/gmock/gmock.h.
testing::internal::StrEqualityMatcher< StringType >::StrEqualityMatcher | ( | const StringType & | str, |
bool | expect_eq, | ||
bool | case_sensitive | ||
) | [inline] |
Definition at line 1066 of file gmock-matchers.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1100 of file gmock-matchers.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5752 of file fused-src/gmock/gmock.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1096 of file gmock-matchers.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5748 of file fused-src/gmock/gmock.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper | ( | bool | expect_eq, |
::std::ostream * | os | ||
) | const [inline, private] |
Definition at line 1105 of file gmock-matchers.h.
void testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper | ( | bool | expect_eq, |
::std::ostream * | os | ||
) | const [inline, private] |
Definition at line 5757 of file fused-src/gmock/gmock.h.
testing::internal::StrEqualityMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | StrEqualityMatcher< StringType > | ) | [private] |
testing::internal::StrEqualityMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | StrEqualityMatcher< StringType > | ) | [private] |
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 1076 of file gmock-matchers.h.
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 1088 of file gmock-matchers.h.
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 5728 of file fused-src/gmock/gmock.h.
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 5740 of file fused-src/gmock/gmock.h.
const bool testing::internal::StrEqualityMatcher< StringType >::case_sensitive_ [private] |
Definition at line 5768 of file fused-src/gmock/gmock.h.
const bool testing::internal::StrEqualityMatcher< StringType >::expect_eq_ [private] |
Definition at line 5767 of file fused-src/gmock/gmock.h.
const StringType testing::internal::StrEqualityMatcher< StringType >::string_ [private] |
Definition at line 5766 of file fused-src/gmock/gmock.h.