Home
last modified time | relevance | path

Searched refs:assertNotIsInstance (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py631 self.assertNotIsInstance(thing, dict)
632 self.assertRaises(self.failureException, self.assertNotIsInstance,
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py1055 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase