Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::StrEqualityMatcher< StringType > Class Template Reference

#include <gmock.h>

Public Member Functions

void DescribeNegationTo (::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
 
 StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive)
 

Private Member Functions

void DescribeToHelper (bool expect_eq, ::std::ostream *os) const
 
 GTEST_DISALLOW_ASSIGN_ (StrEqualityMatcher)
 

Private Attributes

const bool case_sensitive_
 
const bool expect_eq_
 
const StringType string_
 

Detailed Description

template<typename StringType>
class testing::internal::StrEqualityMatcher< StringType >

Definition at line 5945 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Constructor & Destructor Documentation

◆ StrEqualityMatcher()

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

Definition at line 5947 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Function Documentation

◆ DescribeNegationTo()

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

Definition at line 5981 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ DescribeTo()

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

Definition at line 5977 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ DescribeToHelper()

template<typename StringType >
void testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper ( bool  expect_eq,
::std::ostream *  os 
) const
inlineprivate

Definition at line 5986 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ GTEST_DISALLOW_ASSIGN_()

template<typename StringType >
testing::internal::StrEqualityMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ ( StrEqualityMatcher< StringType >  )
private

◆ MatchAndExplain() [1/2]

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

Definition at line 5957 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ MatchAndExplain() [2/2]

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

Definition at line 5969 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Data Documentation

◆ case_sensitive_

template<typename StringType >
const bool testing::internal::StrEqualityMatcher< StringType >::case_sensitive_
private

Definition at line 5997 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ expect_eq_

template<typename StringType >
const bool testing::internal::StrEqualityMatcher< StringType >::expect_eq_
private

Definition at line 5996 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ string_

template<typename StringType >
const StringType testing::internal::StrEqualityMatcher< StringType >::string_
private

Definition at line 5995 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:50