HomeSort by: relevance | last modified time | path
    Searched defs:UnitTestImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 474 // This is the default global test part result reporter used in UnitTestImpl.
475 // This class should only be used by UnitTestImpl.
479 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
485 UnitTestImpl* const unit_test_;
491 // UnitTestImpl. This class should only be used by UnitTestImpl.
495 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
501 UnitTestImpl* const unit_test_;
510 class GTEST_API_ UnitTestImpl {
512 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 602 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
615 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
705 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
714 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
723 UnitTestImpl::GetGlobalTestPartResultReporter() {
729 void UnitTestImpl::SetGlobalTestPartResultReporter(
737 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
742 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
748 int UnitTestImpl::successful_test_suite_count() const {
753 int UnitTestImpl::failed_test_suite_count() const
    [all...]

Completed in 31 milliseconds