Home | History | Annotate | Download | only in unittest

Lines Matching refs:assertNotEqual

841     def assertNotEqual(self, first, second, msg=None):
1343 failIfEqual = assertNotEquals = _deprecate(assertNotEqual)