Searched refs:assertNotIsInstance (Results 1 – 2 of 2) sorted by relevance
630 self.assertNotIsInstance(thing, dict)631 self.assertRaises(self.failureException, self.assertNotIsInstance,
1050 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase