Home | History | Annotate | Download | only in python

Lines Matching refs:expected_methods

79   def __init__(self, expected_methods):
83 # expected_methods: A sequence of MockMethod objects that should have been
85 expected_methods: [MockMethod]
88 ValueError: if expected_methods contains no methods.
91 if not expected_methods:
94 self._expected_methods = expected_methods