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 | |
Base class containing common behaviour for MethodGroups.
Definition at line 1182 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.__init__ | ( | self, | |
group_name | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1185 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.__init__ | ( | self, | |
group_name | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1185 of file protobuf/python/mox.py.
def mox.MethodGroup.__str__ | ( | self | ) |
Definition at line 1191 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.__str__ | ( | self | ) |
Definition at line 1191 of file protobuf/python/mox.py.
def mox.MethodGroup.AddMethod | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1194 of file protobuf/python/mox.py.
def mox.MethodGroup.AddMethod | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1194 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.group_name | ( | self | ) |
Definition at line 1188 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.group_name | ( | self | ) |
Definition at line 1188 of file protobuf/python/mox.py.
def mox.MethodGroup.IsSatisfied | ( | self | ) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1200 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.IsSatisfied | ( | self | ) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1200 of file protobuf/python/mox.py.
def mox.MethodGroup.MethodCalled | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1197 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MethodGroup.MethodCalled | ( | self, | |
mock_method | |||
) |
Reimplemented in mox.MultipleTimesGroup, mox.MultipleTimesGroup, mox.UnorderedGroup, and mox.UnorderedGroup.
Definition at line 1197 of file protobuf/python/mox.py.
|
private |
Definition at line 1186 of file bloaty/third_party/protobuf/python/mox.py.