Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTestImpl

559   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
572 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
665 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
674 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
683 UnitTestImpl::GetGlobalTestPartResultReporter() {
689 void UnitTestImpl::SetGlobalTestPartResultReporter(
697 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
702 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
708 int UnitTestImpl::successful_test_case_count() const {
713 int UnitTestImpl::failed_test_case_count() const {
718 int UnitTestImpl::total_test_case_count() const {
724 int UnitTestImpl::test_case_to_run_count() const {
729 int UnitTestImpl::successful_test_count() const {
734 int UnitTestImpl::failed_test_count() const {
739 int UnitTestImpl::reportable_disabled_test_count() const {
745 int UnitTestImpl::disabled_test_count() const {
750 int UnitTestImpl::reportable_test_count() const {
755 int UnitTestImpl::total_test_count() const {
760 int UnitTestImpl::test_to_run_count() const {
774 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1946 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2144 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2287 void UnitTestImpl::RegisterParameterizedTests() {
2304 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2432 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3924 &internal::UnitTestImpl::RunAllTests,
3965 impl_ = new internal::UnitTestImpl(this);
3990 UnitTestImpl::UnitTestImpl(UnitTest* parent)
4029 UnitTestImpl::~UnitTestImpl() {
4044 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
4064 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
4072 void UnitTestImpl::ConfigureXmlOutput() {
4087 void UnitTestImpl::ConfigureStreamingOutput() {
4108 void UnitTestImpl::PostFlagParsingInit() {
4169 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4218 bool UnitTestImpl::RunAllTests() {
4451 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4527 void UnitTestImpl::ListTestsMatchingFilter() {
4569 void UnitTestImpl::set_os_stack_trace_getter(
4580 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4590 TestResult* UnitTestImpl::current_test_result() {
4597 void UnitTestImpl::ShuffleTests() {
4612 void UnitTestImpl::UnshuffleTests() {