Home
last modified time | relevance | path

Searched refs:assertIsNot (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py342 self.assertIsNot(real_out, sys.stdout)
343 self.assertIsNot(real_err, sys.stderr)
346 self.assertIsNot(sys.stdout, sys.stderr)
H A Dtest_case.py615 self.assertIsNot(thing, object())
618 self.assertIsNot,
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py104 self.assertIsNot(pp_file, None)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py897 def assertIsNot(self, expr1, expr2, msg=None): member in TestCase