Home | History | Annotate | Download | only in src

Lines Matching defs: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();
3928 &internal::UnitTestImpl::RunAllTests,
3969 impl_ = new internal::UnitTestImpl(this);
3994 UnitTestImpl::UnitTestImpl(UnitTest* parent)
4033 UnitTestImpl::~UnitTestImpl() {
4048 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
4068 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
4076 void UnitTestImpl::ConfigureXmlOutput() {
4091 void UnitTestImpl::ConfigureStreamingOutput() {
4112 void UnitTestImpl::PostFlagParsingInit() {
4173 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4222 bool UnitTestImpl::RunAllTests() {
4455 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4531 void UnitTestImpl::ListTestsMatchingFilter() {
4573 void UnitTestImpl::set_os_stack_trace_getter(
4584 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4594 TestResult* UnitTestImpl::current_test_result() {
4601 void UnitTestImpl::ShuffleTests() {
4616 void UnitTestImpl::UnshuffleTests() {