Public Member Functions | |
def | __init__ (self, group_name) |
def | __str__ (self) |
def | AddMethod (self, mock_method) |
def | group_name (self) |
def | IsSatisfied (self) |
def | MethodCalled (self, mock_method) |
Private Attributes | |
_group_name | |
def mox.MethodGroup.__init__ | ( | self, | |
group_name | |||
) |
Reimplemented in mox.MultipleTimesGroup, and mox.UnorderedGroup.
def mox.MethodGroup.AddMethod | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, and mox.UnorderedGroup.
def mox.MethodGroup.IsSatisfied | ( | self | ) |
Reimplemented in mox.MultipleTimesGroup, and mox.UnorderedGroup.
def mox.MethodGroup.MethodCalled | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, and mox.UnorderedGroup.