Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

523   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
536 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
631 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
640 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
649 UnitTestImpl::GetGlobalTestPartResultReporter() {
655 void UnitTestImpl::SetGlobalTestPartResultReporter(
663 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
668 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
674 int UnitTestImpl::successful_test_case_count() const {
679 int UnitTestImpl::failed_test_case_count() const {
684 int UnitTestImpl::total_test_case_count() const {
690 int UnitTestImpl::test_case_to_run_count() const {
695 int UnitTestImpl::successful_test_count() const {
700 int UnitTestImpl::failed_test_count() const {
705 int UnitTestImpl::disabled_test_count() const {
710 int UnitTestImpl::total_test_count() const {
715 int UnitTestImpl::test_to_run_count() const {
729 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1963 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2029 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2235 void UnitTestImpl::RegisterParameterizedTests() {
2250 UnitTestImpl* const impl = internal::GetUnitTestImpl();
2385 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3704 impl_ = new internal::UnitTestImpl(this);
3729 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3768 UnitTestImpl::~UnitTestImpl() {
3781 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3789 void UnitTestImpl::ConfigureXmlOutput() {
3806 void UnitTestImpl::PostFlagParsingInit() {
3860 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
3906 int UnitTestImpl::RunAllTests() {
4135 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4189 void UnitTestImpl::ListTestsMatchingFilter() {
4214 void UnitTestImpl::set_os_stack_trace_getter(
4225 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4235 TestResult* UnitTestImpl::current_test_result() {
4242 void UnitTestImpl::ShuffleTests() {
4257 void UnitTestImpl::UnshuffleTests() {