Home
last modified time | relevance | path

Searched defs:expected_regexp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/asn1crypto/tests/
D_unittest_compat.py89 def _assert_regex(self, text, expected_regexp, msg=None): argument
107 def _assert_raises_regex(self, expected_exception, expected_regexp, callable_obj=None, *args, **kwa… argument
118 def __init__(self, expected, test_case, expected_regexp=None): argument
/aosp_15_r20/external/python/cpython2/Lib/unittest/
Dcase.py101 def __init__(self, expected, test_case, expected_regexp=None): argument
976 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument
996 def assertRegexpMatches(self, text, expected_regexp, msg=None): argument
/aosp_15_r20/external/python/mobly/mobly/
Dasserts.py468 def __init__(self, expected, expected_regexp=None, extras=None): argument
/aosp_15_r20/external/pytorch/torch/_numpy/testing/
H A Dutils.py1127 def assert_raises_regex(exception_class, expected_regexp, *args, **kwargs): argument