Lines Matching refs:UnitTestImpl
923 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
936 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
1024 UnitTestImpl* unit_test)
1034 UnitTestImpl* unit_test)
1044 UnitTestImpl::GetGlobalTestPartResultReporter() {
1050 void UnitTestImpl::SetGlobalTestPartResultReporter(
1058 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
1063 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
1069 int UnitTestImpl::successful_test_suite_count() const {
1074 int UnitTestImpl::failed_test_suite_count() const {
1079 int UnitTestImpl::total_test_suite_count() const {
1085 int UnitTestImpl::test_suite_to_run_count() const {
1090 int UnitTestImpl::successful_test_count() const {
1095 int UnitTestImpl::skipped_test_count() const {
1100 int UnitTestImpl::failed_test_count() const {
1105 int UnitTestImpl::reportable_disabled_test_count() const {
1111 int UnitTestImpl::disabled_test_count() const {
1116 int UnitTestImpl::reportable_test_count() const {
1121 int UnitTestImpl::total_test_count() const {
1126 int UnitTestImpl::test_to_run_count() const {
1140 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
2505 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2680 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2796 void UnitTestImpl::RegisterParameterizedTests() {
2816 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2860 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2971 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3045 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
5486 impl(), &internal::UnitTestImpl::RunAllTests,
5536 UnitTest::UnitTest() { impl_ = new internal::UnitTestImpl(this); }
5557 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5586 UnitTestImpl::~UnitTestImpl() {
5601 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
5621 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
5629 void UnitTestImpl::ConfigureXmlOutput() {
5653 void UnitTestImpl::ConfigureStreamingOutput() {
5673 void UnitTestImpl::PostFlagParsingInit() {
5750 TestSuite* UnitTestImpl::GetTestSuite(
5798 bool UnitTestImpl::RunAllTests() {
6091 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
6169 void UnitTestImpl::ListTestsMatchingFilter() {
6228 void UnitTestImpl::set_os_stack_trace_getter(
6239 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
6252 TestResult* UnitTestImpl::current_test_result() {
6264 void UnitTestImpl::ShuffleTests() {
6279 void UnitTestImpl::UnshuffleTests() {