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

Public Member Functions

def __init__ (self, unknown_method_name)
 
def __str__ (self)
 

Detailed Description

Raised if an unknown method is requested of the mock object.

Constructor & Destructor Documentation

◆ __init__()

def mox.UnknownMethodCallError.__init__ (   self,
  unknown_method_name 
)
Init exception.

Args:
  # unknown_method_name: Method call that is not part of the mocked class's
  #   public interface.
  unknown_method_name: str

Member Function Documentation

◆ __str__()

def mox.UnknownMethodCallError.__str__ (   self)

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