webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
mox.ExpectedMethodCallsError Class Reference
Inheritance diagram for mox.ExpectedMethodCallsError:
mox.Error

Public Member Functions

def __init__ (self, expected_methods)
 
def __str__ (self)
 

Detailed Description

Raised when Verify() is called before all expected methods have been called

Constructor & Destructor Documentation

◆ __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.

Member Function Documentation

◆ __str__()

def mox.ExpectedMethodCallsError.__str__ (   self)

The documentation for this class was generated from the following file: