Searched refs:assertNotRegexpMatches (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_assertions.py | 62 self.assertNotRegexpMatches('Ala ma kota', r'r+') 64 self.assertNotRegexpMatches('Ala ma kota', r'k.t', 'Message')
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_assertions.py | 99 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/ |
D | exc_util_unittest.py | 62 self.assertNotRegexpMatches(
|
/external/autotest/server/cros/crosperf/ |
D | device_setup_utils_unittest.py | 572 self.assertNotRegexpMatches(mock_run_command.call_args_list[0][0][1],
|
/external/python/cpython2/Lib/unittest/ |
D | case.py | 1005 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | case.py | 1102 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7b1.rst | 521 unittest.TestCase.assertNotRegexpMatches
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 1342 assertNotRegexpMatches = _deprecate(assertNotRegex) variable in TestCase
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 993 | :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/ |
D | unittest.rst | 1212 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/ |
D | 2.7.rst | 1939 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 1915 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the
|