Example #1
0
 def test_can_set_args_after_object_is_created(self):
     expectation = ShouldReceiveExpectation(self.stub, Args.make(1))
     expectation.set_call_args(AnyArgs)
     self.stub('any args')
     expectation.verify()