Lines Matching defs:UnitTestImpl
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 {
714 int UnitTestImpl::total_test_case_count() const {
720 int UnitTestImpl::test_case_to_run_count() const {
725 int UnitTestImpl::successful_test_count() const {
730 int UnitTestImpl::failed_test_count() const {
735 int UnitTestImpl::disabled_test_count() const {
740 int UnitTestImpl::total_test_count() const {
745 int UnitTestImpl::test_to_run_count() const {
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1931 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2129 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2272 void UnitTestImpl::RegisterParameterizedTests() {
2289 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2406 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3834 &internal::UnitTestImpl::RunAllTests,
3875 impl_ = new internal::UnitTestImpl(this);
3900 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3940 UnitTestImpl::~UnitTestImpl() {
3955 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
3975 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3983 void UnitTestImpl::ConfigureXmlOutput() {
3998 void UnitTestImpl::ConfigureStreamingOutput() {
4019 void UnitTestImpl::PostFlagParsingInit() {
4080 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4129 bool UnitTestImpl::RunAllTests() {
4362 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4438 void UnitTestImpl::ListTestsMatchingFilter() {
4480 void UnitTestImpl::set_os_stack_trace_getter(
4491 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4501 TestResult* UnitTestImpl::current_test_result() {
4508 void UnitTestImpl::ShuffleTests() {
4523 void UnitTestImpl::UnshuffleTests() {