Searched refs:assertIs (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_result.py | 320 self.assertIs(real_out, sys.stdout) 321 self.assertIs(real_err, sys.stderr) 325 self.assertIs(real_out, sys.stdout) 326 self.assertIs(real_err, sys.stderr) 337 self.assertIs(real_out, sys.stdout) 338 self.assertIs(real_err, sys.stderr) 366 self.assertIs(sys.stdout, result._original_stdout) 367 self.assertIs(sys.stderr, result._original_stderr) 417 self.assertIs(test, self)
|
| H A D | test_program.py | 193 self.assertIs(program.result, RESULT) 207 self.assertIs(program.result, RESULT) 225 self.assertIs(program.result, RESULT)
|
| H A D | test_unittest2_with.py | 53 self.assertIs(cm.exception, e) 94 self.assertIs(warning.category, DeprecationWarning)
|
| H A D | test_case.py | 607 self.assertIs(thing, thing) 610 self.assertIs,
|
| /llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/ |
| H A D | dsl.sh.py | 349 self.assertIs(self.config, cfg), 361 … feature = dsl.Feature(name='name', when=lambda cfg: (self.assertIs(self.config, cfg), True)[1])
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_translation_unit.py | 64 self.assertIs(c.kind, CursorKind.TRANSLATION_UNIT)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 896 def assertIs(self, expr1, expr2, msg=None): member in TestCase
|