HomeSort by relevance Sort by last modified time
    Searched defs:UnitTestImpl (Results 1 - 10 of 10) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 841 class UnitTestImpl : public TestPartResultReporterInterface {
843 explicit UnitTestImpl(UnitTest* parent);
844 virtual ~UnitTestImpl();
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 454 // This is the default global test part result reporter used in UnitTestImpl.
455 // This class should only be used by UnitTestImpl.
459 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
465 UnitTestImpl* const unit_test_;
471 // UnitTestImpl. This class should only be used by UnitTestImpl.
475 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
481 UnitTestImpl* const unit_test_;
490 class GTEST_API_ UnitTestImpl {
492 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 555 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
568 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
661 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
670 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
679 UnitTestImpl::GetGlobalTestPartResultReporter() {
685 void UnitTestImpl::SetGlobalTestPartResultReporter(
693 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
698 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
704 int UnitTestImpl::successful_test_case_count() const {
709 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 529 // This is the default global test part result reporter used in UnitTestImpl.
530 // This class should only be used by UnitTestImpl.
534 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
540 UnitTestImpl* const unit_test_;
546 // UnitTestImpl. This class should only be used by UnitTestImpl.
550 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
556 UnitTestImpl* const unit_test_;
565 class GTEST_API_ UnitTestImpl {
567 explicit UnitTestImpl(UnitTest* parent)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 486 internal::UnitTestImpl* const impl = UnitTest::GetInstance()->impl();
567 void UnitTestImpl::ReportTestPartResult(const TestPartResult& result) {
573 TestPartResultReporterInterface* UnitTestImpl::test_part_result_reporter() {
578 void UnitTestImpl::set_test_part_result_reporter(
584 int UnitTestImpl::successful_test_case_count() const {
589 int UnitTestImpl::failed_test_case_count() const {
594 int UnitTestImpl::total_test_case_count() const {
600 int UnitTestImpl::test_case_to_run_count() const {
605 int UnitTestImpl::successful_test_count() const {
610 int UnitTestImpl::failed_test_count() const
    [all...]
  /external/gtest/src/
gtest.cc 529 internal::UnitTestImpl* const impl = UnitTest::GetInstance()->impl();
542 internal::UnitTestImpl* const impl = UnitTest::GetInstance()->impl();
637 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
646 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
655 UnitTestImpl::GetGlobalTestPartResultReporter() {
661 void UnitTestImpl::SetGlobalTestPartResultReporter(
669 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
674 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
680 int UnitTestImpl::successful_test_case_count() const {
685 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-internal-inl.h 915 // This is the default global test part result reporter used in UnitTestImpl.
916 // This class should only be used by UnitTestImpl.
920 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
926 UnitTestImpl* const unit_test_;
932 // UnitTestImpl. This class should only be used by UnitTestImpl.
936 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
942 UnitTestImpl* const unit_test_;
951 class UnitTestImpl {
953 explicit UnitTestImpl(UnitTest* parent)
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 531 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
544 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
639 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
648 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
657 UnitTestImpl::GetGlobalTestPartResultReporter() {
663 void UnitTestImpl::SetGlobalTestPartResultReporter(
671 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
676 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
682 int UnitTestImpl::successful_test_case_count() const {
687 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 523 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
536 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
631 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
640 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
649 UnitTestImpl::GetGlobalTestPartResultReporter() {
655 void UnitTestImpl::SetGlobalTestPartResultReporter(
663 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
668 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
674 int UnitTestImpl::successful_test_case_count() const {
679 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-internal-inl.h 700 // This is the default global test part result reporter used in UnitTestImpl.
701 // This class should only be used by UnitTestImpl.
705 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
711 UnitTestImpl* const unit_test_;
717 // UnitTestImpl. This class should only be used by UnitTestImpl.
721 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
727 UnitTestImpl* const unit_test_;
736 class UnitTestImpl {
738 explicit UnitTestImpl(UnitTest* parent)
    [all...]

Completed in 935 milliseconds