Home | History | Annotate | Download | only in tests

Lines Matching refs:on_fail

389             def on_fail(self, test_name, begin_time):
390 my_mock("on_fail")
397 my_mock.assert_called_once_with("on_fail")
414 def on_fail(self, test_name, begin_time):
415 my_mock("on_fail")
422 my_mock.assert_called_once_with("on_fail")
439 def on_fail(self, test_name, begin_time):
440 my_mock("on_fail")
447 my_mock.assert_called_once_with("on_fail")
460 def on_fail(self):
571 def on_fail(self, test_name, begin_time):