Raised when Verify() is called before all expected methods have been called
Definition at line 75 of file bloaty/third_party/protobuf/python/mox.py.
◆ __init__() [1/2]
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.
Definition at line 79 of file bloaty/third_party/protobuf/python/mox.py.
◆ __init__() [2/2]
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.
Definition at line 79 of file protobuf/python/mox.py.
◆ __str__() [1/2]
def mox.ExpectedMethodCallsError.__str__ |
( |
|
self | ) |
|
◆ __str__() [2/2]
def mox.ExpectedMethodCallsError.__str__ |
( |
|
self | ) |
|
◆ _expected_methods
mox.ExpectedMethodCallsError._expected_methods |
|
private |
The documentation for this class was generated from the following file: