Home
last modified time | relevance | path

Searched refs:assertNotRegexpMatches (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_assertions.py62 self.assertNotRegexpMatches('Ala ma kota', r'r+')
64 self.assertNotRegexpMatches('Ala ma kota', r'k.t', 'Message')
/external/python/cpython2/Lib/unittest/test/
Dtest_assertions.py99 self.assertNotRegexpMatches('Ala ma kota', r'r+')
101 self.assertNotRegexpMatches('Ala ma kota', r'k.t', 'Message')
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dexc_util_unittest.py62 self.assertNotRegexpMatches(
/external/autotest/server/cros/crosperf/
Ddevice_setup_utils_unittest.py572 self.assertNotRegexpMatches(mock_run_command.call_args_list[0][0][1],
/external/python/cpython2/Lib/unittest/
Dcase.py1005 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py1102 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst521 unittest.TestCase.assertNotRegexpMatches
/external/python/cpython3/Lib/unittest/
Dcase.py1342 assertNotRegexpMatches = _deprecate(assertNotRegex) variable in TestCase
/external/python/cpython2/Doc/library/
Dunittest.rst993 | :meth:`assertNotRegexpMatches(s, r) | ``not r.search(s)`` | 2.7 |
994 | <TestCase.assertNotRegexpMatches>` | | |
1050 .. method:: assertNotRegexpMatches(text, regexp, msg=None)
/external/python/cpython3/Doc/library/
Dunittest.rst1212 The name ``assertNotRegexpMatches`` is a deprecated alias
1599 :meth:`.assertNotRegex` assertNotRegexpMatches
1611 The ``assertNotRegexpMatches`` name is deprecated in favor of :meth:`.assertNotRegex`.
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1939 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1915 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the