Home | History | Annotate | Download | only in src

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 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1952 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2155 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2270 void UnitTestImpl::RegisterParameterizedTests() {
2287 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2404 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3843 &internal::UnitTestImpl::RunAllTests,
3884 impl_ = new internal::UnitTestImpl(this);
3909 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3948 UnitTestImpl::~UnitTestImpl() {
3961 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3969 void UnitTestImpl::ConfigureXmlOutput() {
3984 void UnitTestImpl::ConfigureStreamingOutput() {
4005 void UnitTestImpl::PostFlagParsingInit() {
4066 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4115 bool UnitTestImpl::RunAllTests() {
4347 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4401 void UnitTestImpl::ListTestsMatchingFilter() {
4426 void UnitTestImpl::set_os_stack_trace_getter(
4437 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4447 TestResult* UnitTestImpl::current_test_result() {
4454 void UnitTestImpl::ShuffleTests() {
4469 void UnitTestImpl::UnshuffleTests() {