GNU Radio's DSD Package
testing::internal::StrEqualityMatcher< StringType > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive)
template<typename CharType>
bool MatchAndExplain (CharType *s, MatchResultListener *listener) const
template<typename MatcheeStringType>
bool MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const
 StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive)
template<typename CharType>
bool MatchAndExplain (CharType *s, MatchResultListener *listener) const
template<typename MatcheeStringType>
bool MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const

Constructor & Destructor Documentation

◆ StrEqualityMatcher() [1/2]

template<typename StringType>
testing::internal::StrEqualityMatcher< StringType >::StrEqualityMatcher ( const StringType & str,
bool expect_eq,
bool case_sensitive )
inline

◆ StrEqualityMatcher() [2/2]

template<typename StringType>
testing::internal::StrEqualityMatcher< StringType >::StrEqualityMatcher ( const StringType & str,
bool expect_eq,
bool case_sensitive )
inline

Member Function Documentation

◆ DescribeNegationTo() [1/2]

template<typename StringType>
void testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeNegationTo() [2/2]

template<typename StringType>
void testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeTo() [1/2]

template<typename StringType>
void testing::internal::StrEqualityMatcher< StringType >::DescribeTo ( ::std::ostream * os) const
inline

◆ DescribeTo() [2/2]

template<typename StringType>
void testing::internal::StrEqualityMatcher< StringType >::DescribeTo ( ::std::ostream * os) const
inline

◆ MatchAndExplain() [1/4]

template<typename StringType>
template<typename CharType>
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain ( CharType * s,
MatchResultListener * listener ) const
inline

References MatchAndExplain().

Referenced by MatchAndExplain().

◆ MatchAndExplain() [2/4]

template<typename StringType>
template<typename CharType>
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain ( CharType * s,
MatchResultListener * listener ) const
inline

References MatchAndExplain().

◆ MatchAndExplain() [3/4]

template<typename StringType>
template<typename MatcheeStringType>
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain ( const MatcheeStringType & s,
MatchResultListener *  ) const
inline

◆ MatchAndExplain() [4/4]

template<typename StringType>
template<typename MatcheeStringType>
bool testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain ( const MatcheeStringType & s,
MatchResultListener *  ) const
inline

The documentation for this class was generated from the following files: