Raised when Verify() is called before all expected methods have been called
◆ __init__()
def mox.ExpectedMethodCallsError.__init__ |
( |
|
self, |
|
|
|
expected_methods |
|
) |
| |
Init exception.
Args:
# expected_methods: A sequence of MockMethod objects that should have been
# called.
expected_methods: [MockMethod]
Raises:
ValueError: if expected_methods contains no methods.
◆ __str__()
def mox.ExpectedMethodCallsError.__str__ |
( |
|
self | ) |
|
The documentation for this class was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/python/mox.py