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

Public Member Functions

def __init__ (self, group_name)
 
def __init__ (self, group_name)
 
def __str__ (self)
 
def __str__ (self)
 
def AddMethod (self, mock_method)
 
def AddMethod (self, mock_method)
 
def group_name (self)
 
def group_name (self)
 
def IsSatisfied (self)
 
def IsSatisfied (self)
 
def MethodCalled (self, mock_method)
 
def MethodCalled (self, mock_method)
 

Private Attributes

 _group_name
 

Detailed Description

Base class containing common behaviour for MethodGroups.

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

def mox.MethodGroup.__init__ (   self,
  group_name 
)

◆ __init__() [2/2]

def mox.MethodGroup.__init__ (   self,
  group_name 
)

Member Function Documentation

◆ __str__() [1/2]

def mox.MethodGroup.__str__ (   self)

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

◆ __str__() [2/2]

def mox.MethodGroup.__str__ (   self)

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

◆ AddMethod() [1/2]

def mox.MethodGroup.AddMethod (   self,
  mock_method 
)

◆ AddMethod() [2/2]

def mox.MethodGroup.AddMethod (   self,
  mock_method 
)

◆ group_name() [1/2]

def mox.MethodGroup.group_name (   self)

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

◆ group_name() [2/2]

def mox.MethodGroup.group_name (   self)

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

◆ IsSatisfied() [1/2]

def mox.MethodGroup.IsSatisfied (   self)

◆ IsSatisfied() [2/2]

def mox.MethodGroup.IsSatisfied (   self)

◆ MethodCalled() [1/2]

def mox.MethodGroup.MethodCalled (   self,
  mock_method 
)

◆ MethodCalled() [2/2]

def mox.MethodGroup.MethodCalled (   self,
  mock_method 
)

Member Data Documentation

◆ _group_name

mox.MethodGroup._group_name
private

Definition at line 1186 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