Home | History | Annotate | Download | only in src

Lines Matching refs: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) {
1993 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2059 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2265 void UnitTestImpl::RegisterParameterizedTests() {
2280 UnitTestImpl
2415 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3735 impl_ = new internal::UnitTestImpl(this);
3760 UnitTestImpl::UnitTestImpl(UnitTest* parent)
3799 UnitTestImpl::~UnitTestImpl() {
3812 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
3820 void UnitTestImpl::ConfigureXmlOutput() {
3837 void UnitTestImpl::PostFlagParsingInit() {
3891 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
3937 int UnitTestImpl::RunAllTests() {
4166 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4220 void UnitTestImpl::ListTestsMatchingFilter() {
4245 void UnitTestImpl::set_os_stack_trace_getter(
4256 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4266 TestResult* UnitTestImpl::current_test_result() {
4273 void UnitTestImpl::ShuffleTests() {
4288 void UnitTestImpl::UnshuffleTests() {