Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/test_utils/
Dunittest.py281 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/
Dfake_filesystem_test.py502 def assertRaisesWithRegexpMatch(self, expected_exception, expected_regexp, argument