Home | History | Annotate | Download | only in src

Lines Matching refs: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 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1952 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2155 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2299 void UnitTestImpl::RegisterParameterizedTests() {
2316 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2433 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3873 &internal::UnitTestImpl::RunAllTests,
3914 impl_ = new internal::UnitTestImpl(this);
3939 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3978 UnitTestImpl::~UnitTestImpl() {
3991 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3999 void UnitTestImpl::ConfigureXmlOutput() {
4014 void UnitTestImpl::ConfigureStreamingOutput() {
4035 void UnitTestImpl::PostFlagParsingInit() {
4096 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4145 bool UnitTestImpl::RunAllTests() {
4377 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4431 void UnitTestImpl::ListTestsMatchingFilter() {
4456 void UnitTestImpl::set_os_stack_trace_getter(
4467 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4477 TestResult* UnitTestImpl::current_test_result() {
4484 void UnitTestImpl::ShuffleTests() {
4499 void UnitTestImpl::UnshuffleTests() {