Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTestImpl

531   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
544 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
639 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
648 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
657 UnitTestImpl::GetGlobalTestPartResultReporter() {
663 void UnitTestImpl::SetGlobalTestPartResultReporter(
671 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
676 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
682 int UnitTestImpl::successful_test_case_count() const {
687 int UnitTestImpl::failed_test_case_count() const {
692 int UnitTestImpl::total_test_case_count() const {
698 int UnitTestImpl::test_case_to_run_count() const {
703 int UnitTestImpl::successful_test_count() const {
708 int UnitTestImpl::failed_test_count() const {
713 int UnitTestImpl::disabled_test_count() const {
718 int UnitTestImpl::total_test_count() const {
723 int UnitTestImpl::test_to_run_count() const {
737 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1989 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2055 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2261 void UnitTestImpl::RegisterParameterizedTests() {
2276 UnitTestImpl* const impl = internal::GetUnitTestImpl();
2409 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3728 impl_ = new internal::UnitTestImpl(this);
3753 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3792 UnitTestImpl::~UnitTestImpl() {
3805 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3813 void UnitTestImpl::ConfigureXmlOutput() {
3830 void UnitTestImpl::PostFlagParsingInit() {
3884 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
3934 int UnitTestImpl::RunAllTests() {
4165 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4219 void UnitTestImpl::ListTestsMatchingFilter() {
4244 void UnitTestImpl::set_os_stack_trace_getter(
4255 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4265 TestResult* UnitTestImpl::current_test_result() {
4272 void UnitTestImpl::ShuffleTests() {
4287 void UnitTestImpl::UnshuffleTests() {