Lines Matching defs:Verify
58 # Verify all methods were called as expected
76 """Raised when Verify() is called before all expected methods have been called
99 return "Verify: Expected methods never called:\n%s" % (calls,)
246 def Verify(*args):
247 """Verify mocks.
332 """Verify that all of the expected calls have been made.
446 # Verify the class supports item assignment.
477 # Verify the class supports item assignment.
493 # Verify the class we are mocking is callable
589 """Verify the called method is expected.