Home
last modified time | relevance | path

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

/external/lldb/test/unittest2/test/
Dtest_result.py333 self.assertIsNot(real_out, sys.stdout)
334 self.assertIsNot(real_err, sys.stderr)
337 self.assertIsNot(sys.stdout, sys.stderr)
Dtest_case.py569 self.assertIsNot(thing, object())
570 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
/external/protobuf/python/google/protobuf/internal/
Dmessage_factory_test.py96 self.assertIsNot(cls, factory_test2_pb2.Factory2Message)
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_command_runner.py356 self.assertIsNot(type(args[2]), unicode)
363 self.assertIsNot(type(args[2]), unicode)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dencoding_test.py205 self.assertIsNot(msg, new_msg)
/external/lldb/test/unittest2/
Dcase.py845 def assertIsNot(self, expr1, expr2, msg=None): member in TestCase
/external/autotest/client/common_lib/test_utils/
Dunittest.py839 def assertIsNot(self, expr1, expr2, msg=None): member in TestCase