HomeSort by relevance Sort by last modified time
    Searched defs:UnitTestImpl (Results 1 - 6 of 6) 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/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/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 176 milliseconds