Public Member Functions | Private Attributes | List of all members
mox.StrContains Class Reference
Inheritance diagram for mox.StrContains:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, search_string)
 
def __init__ (self, search_string)
 
def __repr__ (self)
 
def __repr__ (self)
 
def equals (self, rhs)
 
def equals (self, rhs)
 
- Public Member Functions inherited from mox.Comparator
def __eq__ (self, rhs)
 
def __eq__ (self, rhs)
 
def __ne__ (self, rhs)
 
def __ne__ (self, rhs)
 

Private Attributes

 _search_string
 

Detailed Description

Comparison class used to check whether a substring exists in a
string parameter.  This can be useful in mocking a database with SQL
passed in as a string parameter, for example.

Example:
mock_dao.RunQuery(StrContains('IN (1, 2, 4, 5)')).AndReturn(mock_result)

Definition at line 865 of file bloaty/third_party/protobuf/python/mox.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def mox.StrContains.__init__ (   self,
  search_string 
)
Initialize.

Args:
  # search_string: the string you are searching for
  search_string: str

Definition at line 874 of file bloaty/third_party/protobuf/python/mox.py.

◆ __init__() [2/2]

def mox.StrContains.__init__ (   self,
  search_string 
)
Initialize.

Args:
  # search_string: the string you are searching for
  search_string: str

Definition at line 874 of file protobuf/python/mox.py.

Member Function Documentation

◆ __repr__() [1/2]

def mox.StrContains.__repr__ (   self)

Definition at line 900 of file bloaty/third_party/protobuf/python/mox.py.

◆ __repr__() [2/2]

def mox.StrContains.__repr__ (   self)

Definition at line 900 of file protobuf/python/mox.py.

◆ equals() [1/2]

def mox.StrContains.equals (   self,
  rhs 
)
Check to see if the search_string is contained in the rhs string.

Args:
  # rhs: the right hand side of the test
  rhs: object

Returns:
  bool

Reimplemented from mox.Comparator.

Definition at line 884 of file protobuf/python/mox.py.

◆ equals() [2/2]

def mox.StrContains.equals (   self,
  rhs 
)
Check to see if the search_string is contained in the rhs string.

Args:
  # rhs: the right hand side of the test
  rhs: object

Returns:
  bool

Reimplemented from mox.Comparator.

Definition at line 884 of file bloaty/third_party/protobuf/python/mox.py.

Member Data Documentation

◆ _search_string

mox.StrContains._search_string
private

Definition at line 882 of file bloaty/third_party/protobuf/python/mox.py.


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


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