Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py130 def __init__(self, expected, test_case, expected_regexp=None): argument
1056 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument
1087 def assertRegexpMatches(self, text, expected_regexp, msg=None): argument