Searched defs:assertRaisesWithPredicateMatch (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/absl-py/absl/testing/ | ||
D | absltest.py | 1353 def assertRaisesWithPredicateMatch( member in TestCase |
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ | ||
H A D | test_util.py | 3417 def assertRaisesWithPredicateMatch(self, exception_type, member in TensorFlowTestCase |