HomeSort by relevance Sort by last modified time
    Searched refs:assert_ (Results 26 - 50 of 70) sorted by null

12 3

  /external/chromium_org/testing/gtest/test/
gtest_list_tests_unittest.py 139 self.assert_(output == expected_output, msg)
141 self.assert_(output != EXPECTED_OUTPUT_NO_FILTER, msg)
gtest_xml_test_utils.py 87 self.assert_(
101 self.assert_(child_id in actual_children,
129 self.assert_(child.tagName in self.identifying_attribute,
132 self.assert_(childID not in children)
gtest_xml_output_unittest.py 209 self.assert_(p.exited)
211 self.assert_(os.path.isfile(output_file))
234 self.assert_(p.exited)
240 self.assert_(not os.path.isfile(xml_path))
254 self.assert_(False,
257 self.assert_(p.exited)
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
gtest_filter_unittest.py 234 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
237 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
578 self.assert_(not os.path.exists(shard_status_file))
584 self.assert_(os.path.exists(shard_status_file))
592 self.assert_(not os.path.exists(shard_status_file))
602 self.assert_('[==========]' not in output,
607 self.assert_(os.path.exists(shard_status_file))
  /external/gtest/test/
gtest_list_tests_unittest.py 139 self.assert_(output == expected_output, msg)
141 self.assert_(output != EXPECTED_OUTPUT_NO_FILTER, msg)
gtest_xml_test_utils.py 87 self.assert_(
101 self.assert_(child_id in actual_children,
129 self.assert_(child.tagName in self.identifying_attribute,
132 self.assert_(childID not in children)
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
gtest_filter_unittest.py 234 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
237 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
578 self.assert_(not os.path.exists(shard_status_file))
584 self.assert_(os.path.exists(shard_status_file))
592 self.assert_(not os.path.exists(shard_status_file))
602 self.assert_('[==========]' not in output,
607 self.assert_(os.path.exists(shard_status_file))
  /external/protobuf/gtest/test/
gtest_list_tests_unittest.py 139 self.assert_(output == expected_output, msg)
141 self.assert_(output != EXPECTED_OUTPUT_NO_FILTER, msg)
gtest_xml_test_utils.py 86 self.assert_(
100 self.assert_(child_id in actual_children,
128 self.assert_(child.tagName in self.identifying_attribute,
131 self.assert_(childID not in children)
gtest_filter_unittest.py 190 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
193 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
548 self.assert_(not os.path.exists(shard_status_file))
554 self.assert_(os.path.exists(shard_status_file))
562 self.assert_(not os.path.exists(shard_status_file))
570 self.assert_(os.path.exists(shard_status_file))
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
gtest_output_test.py 266 self.assert_(golden == output)
282 self.assert_(normalized_golden == normalized_actual)
  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 87 self.assert_(
101 self.assert_(child_id in actual_children,
129 self.assert_(child.tagName in self.identifying_attribute,
132 self.assert_(childID not in children)
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
gtest_filter_unittest.py 234 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
237 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
578 self.assert_(not os.path.exists(shard_status_file))
584 self.assert_(os.path.exists(shard_status_file))
592 self.assert_(not os.path.exists(shard_status_file))
602 self.assert_('[==========]' not in output,
607 self.assert_(os.path.exists(shard_status_file))
gtest_break_on_failure_unittest.py 148 self.assert_(has_seg_fault == expect_seg_fault, msg)
gtest_throw_on_failure_test.py 126 self.assert_(failed == should_fail, msg)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 89 self.assert_(
103 self.assert_(child_id in actual_children,
131 self.assert_(child.tagName in self.identifying_attribute,
134 self.assert_(childID not in children)
gtest_list_tests_unittest.py 161 self.assert_(
168 self.assert_(
gtest_xml_output_unittest.py 209 self.assert_(p.exited)
211 self.assert_(os.path.isfile(output_file))
234 self.assert_(p.exited)
240 self.assert_(not os.path.isfile(xml_path))
254 self.assert_(False,
257 self.assert_(p.exited)
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
gtest_filter_unittest.py 234 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
237 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
578 self.assert_(not os.path.exists(shard_status_file))
584 self.assert_(os.path.exists(shard_status_file))
592 self.assert_(not os.path.exists(shard_status_file))
602 self.assert_('[==========]' not in output,
607 self.assert_(os.path.exists(shard_status_file))
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_symrec.py 16 self.assert_("foo" not in self.symtab)
18 self.assert_("foo" in self.symtab)

Completed in 953 milliseconds

12 3