HomeSort by relevance Sort by last modified time
    Searched refs:failed_test_count (Results 1 - 8 of 8) sorted by null

  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 119 // test execution (such as failed_test_count) can not be predicted.
242 EXPECT_EQ(0, unit_test->failed_test_count());
255 EXPECT_EQ(0, test_cases[0]->failed_test_count());
265 EXPECT_EQ(0, test_cases[1]->failed_test_count());
275 EXPECT_EQ(0, test_cases[2]->failed_test_count());
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 610 int UnitTestImpl::failed_test_count() const { function in class:testing::internal::UnitTestImpl
611 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count);
2027 int TestCase::failed_test_count() const { function in class:testing::TestCase
2384 const int failed_test_count = impl->failed_test_count(); local
2423 const int failed_test_count = impl->failed_test_count(); local
    [all...]
  /external/gtest/src/
gtest.cc 706 int UnitTestImpl::failed_test_count() const { function in class:testing::internal::UnitTestImpl
707 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count);
2320 int TestCase::failed_test_count() const { function in class:testing::TestCase
2730 const int failed_test_count = impl->failed_test_count(); local
2783 const int failed_test_count = impl->failed_test_count(); local
    [all...]
gtest-internal-inl.h 722 int failed_test_count() const;
737 bool Failed() const { return failed_test_count() > 0; }
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 647 int failed_test_count() const;
662 bool Failed() const { return failed_test_count() > 0; }
873 int failed_test_count() const;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 700 int UnitTestImpl::failed_test_count() const { function in class:testing::internal::UnitTestImpl
701 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count);
2316 int TestCase::failed_test_count() const { function in class:testing::TestCase
2779 const int failed_test_count = unit_test.failed_test_count(); local
2825 const int failed_test_count = unit_test.failed_test_count(); local
3457 int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } function in class:testing::UnitTest
    [all...]
gtest-internal-inl.h 779 int failed_test_count() const;
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 642 int failed_test_count() const;
657 bool Failed() const { return failed_test_count() > 0; }
    [all...]

Completed in 443 milliseconds