Home
last modified time | relevance | path

Searched defs:assertRaisesWithPredicateMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/absl-py/absl/testing/
Dabsltest.py1353 def assertRaisesWithPredicateMatch( member in TestCase
1360 def assertRaisesWithPredicateMatch( member in TestCase
1367 def assertRaisesWithPredicateMatch(self, expected_exception, predicate, member in TestCase
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py3417 def assertRaisesWithPredicateMatch(self, exception_type, member in TensorFlowTestCase