Lines Matching defs:UnitTestImpl

949   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
962 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
1050 UnitTestImpl* unit_test)
1060 UnitTestImpl* unit_test)
1070 UnitTestImpl::GetGlobalTestPartResultReporter() {
1076 void UnitTestImpl::SetGlobalTestPartResultReporter(
1084 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
1089 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
1095 int UnitTestImpl::successful_test_suite_count() const {
1100 int UnitTestImpl::failed_test_suite_count() const {
1105 int UnitTestImpl::total_test_suite_count() const {
1111 int UnitTestImpl::test_suite_to_run_count() const {
1116 int UnitTestImpl::successful_test_count() const {
1121 int UnitTestImpl::skipped_test_count() const {
1126 int UnitTestImpl::failed_test_count() const {
1131 int UnitTestImpl::reportable_disabled_test_count() const {
1137 int UnitTestImpl::disabled_test_count() const {
1142 int UnitTestImpl::reportable_test_count() const {
1147 int UnitTestImpl::total_test_count() const {
1152 int UnitTestImpl::test_to_run_count() const {
1166 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
2531 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2706 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2820 void UnitTestImpl::RegisterParameterizedTests() {
5547 impl(), &internal::UnitTestImpl::RunAllTests,
5597 UnitTest::UnitTest() { impl_ = new internal::UnitTestImpl(this); }
5618 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5647 UnitTestImpl::~UnitTestImpl() {
5662 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
5682 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
5690 void UnitTestImpl::ConfigureXmlOutput() {
5714 void UnitTestImpl::ConfigureStreamingOutput() {
5734 void UnitTestImpl::PostFlagParsingInit() {
5788 TestSuite* UnitTestImpl::GetTestSuite(
5844 bool UnitTestImpl::RunAllTests() {
6143 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
6220 void UnitTestImpl::ListTestsMatchingFilter() {
6279 void UnitTestImpl::set_os_stack_trace_getter(
6290 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
6303 TestResult* UnitTestImpl::current_test_result() {
6315 void UnitTestImpl::ShuffleTests() {
6330 void UnitTestImpl::UnshuffleTests() {