|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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) |
Base class containing common behaviour for MethodGroups.
| def mox.MethodGroup.__init__ | ( | self, | |
| group_name | |||
| ) |
| def mox.MethodGroup.__str__ | ( | self | ) |
| def mox.MethodGroup.AddMethod | ( | self, | |
| mock_method | |||
| ) |
| def mox.MethodGroup.group_name | ( | self | ) |
| def mox.MethodGroup.IsSatisfied | ( | self | ) |
| def mox.MethodGroup.MethodCalled | ( | self, | |
| mock_method | |||
| ) |
1.8.13