webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
mox.MethodGroup Class Reference
Inheritance diagram for mox.MethodGroup:
mox.MultipleTimesGroup mox.UnorderedGroup

Public Member Functions

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

Detailed Description

Base class containing common behaviour for MethodGroups.

Constructor & Destructor Documentation

◆ __init__()

def mox.MethodGroup.__init__ (   self,
  group_name 
)

Member Function Documentation

◆ __str__()

def mox.MethodGroup.__str__ (   self)

◆ AddMethod()

def mox.MethodGroup.AddMethod (   self,
  mock_method 
)

◆ group_name()

def mox.MethodGroup.group_name (   self)

◆ IsSatisfied()

def mox.MethodGroup.IsSatisfied (   self)

◆ MethodCalled()

def mox.MethodGroup.MethodCalled (   self,
  mock_method 
)

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