Raised if an unknown method is requested of the mock object.
Definition at line 130 of file mox.py.
Init exception. Args: # unknown_method_name: Method call that is not part of the mocked class's # public interface. unknown_method_name: str
Definition at line 133 of file mox.py.
Definition at line 145 of file mox.py.
Definition at line 143 of file mox.py.