Home | History | Annotate | Download | only in tests

Lines Matching refs:test_case

42 def assertRaises(test_case, fn, exception_class):
50 test_case.assertTrue(exc is not None)
51 test_case.assertTrue(isinstance(exc, exception_class))