v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::HasSubstrMatcher< StringType > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 HasSubstrMatcher (const StringType &substring)
 
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
 

Detailed Description

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

Definition at line 1187 of file gmock-matchers.h.

Constructor & Destructor Documentation

template<typename StringType >
testing::internal::HasSubstrMatcher< StringType >::HasSubstrMatcher ( const StringType &  substring)
inlineexplicit

Definition at line 1189 of file gmock-matchers.h.

Member Function Documentation

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

Definition at line 1198 of file gmock-matchers.h.

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

Definition at line 1207 of file gmock-matchers.h.

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

Definition at line 1214 of file gmock-matchers.h.

References testing::internal::UniversalPrint().

Here is the call graph for this function:

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

Definition at line 1219 of file gmock-matchers.h.

References GTEST_DISALLOW_ASSIGN_, and testing::internal::UniversalPrint().

Here is the call graph for this function:


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