Searched defs:expected_regexp (Results 1 – 3 of 3) sorted by relevance
/external/lldb/test/unittest2/ |
D | case.py | 116 def __init__(self, expected, test_case, expected_regexp=None): argument 991 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument 1021 def assertRegexpMatches(self, text, expected_regexp, msg=None): argument
|
/external/autotest/client/common_lib/test_utils/ |
D | unittest.py | 281 def __init__(self, expected, test_case, expected_regexp=None): argument 955 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_test.py | 502 def assertRaisesWithRegexpMatch(self, expected_exception, expected_regexp, argument
|