#include <gtest-internal-inl.h>
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTestImpl) | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTestImpl) | |
void | set_catch_exceptions (bool value) |
void | set_catch_exceptions (bool value) |
Friends | |
class | ::testing::UnitTest |
Definition at line 906 of file gmock-gtest-all.cc.
Enumerator | |
---|---|
HONOR_SHARDING_PROTOCOL | |
IGNORE_SHARDING_PROTOCOL | |
HONOR_SHARDING_PROTOCOL | |
IGNORE_SHARDING_PROTOCOL |
Definition at line 741 of file googletest/googletest/src/gtest-internal-inl.h.
Enumerator | |
---|---|
HONOR_SHARDING_PROTOCOL | |
IGNORE_SHARDING_PROTOCOL | |
HONOR_SHARDING_PROTOCOL | |
IGNORE_SHARDING_PROTOCOL |
Definition at line 1124 of file gmock-gtest-all.cc.
|
explicit |
Definition at line 5004 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
virtual |
Definition at line 5033 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
explicit |
|
virtual |
|
inline |
Definition at line 602 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1004 of file gmock-gtest-all.cc.
|
inline |
Definition at line 659 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1052 of file gmock-gtest-all.cc.
|
inline |
Definition at line 827 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1210 of file gmock-gtest-all.cc.
|
inline |
Definition at line 731 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1114 of file gmock-gtest-all.cc.
|
inline |
Definition at line 726 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1109 of file gmock-gtest-all.cc.
void testing::internal::UnitTestImpl::ConfigureXmlOutput | ( | ) |
void testing::internal::UnitTestImpl::ConfigureXmlOutput | ( | ) |
Definition at line 5076 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
Definition at line 1140 of file gmock-gtest-all.cc.
|
inline |
Definition at line 758 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1141 of file gmock-gtest-all.cc.
Definition at line 759 of file googletest/googletest/src/gtest-internal-inl.h.
Definition at line 1142 of file gmock-gtest-all.cc.
TestResult* testing::internal::UnitTestImpl::current_test_result | ( | ) |
TestResult * testing::internal::UnitTestImpl::current_test_result | ( | ) |
Definition at line 5651 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
Definition at line 757 of file googletest/googletest/src/gtest-internal-inl.h.
std::string testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop | ( | int | skip_count | ) |
Definition at line 826 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
std::string testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop | ( | int | skip_count | ) |
int testing::internal::UnitTestImpl::disabled_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::disabled_test_count | ( | ) | const |
Definition at line 797 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inline |
Definition at line 563 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 971 of file gmock-gtest-all.cc.
|
inline |
Definition at line 763 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1146 of file gmock-gtest-all.cc.
|
inline |
Definition at line 571 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 978 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::failed_test_case_count | ( | ) | const |
Definition at line 2183 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::failed_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::failed_test_count | ( | ) | const |
Definition at line 786 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::failed_test_suite_count | ( | ) | const |
Definition at line 760 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::FilterTests | ( | ReactionToSharding | shard_tests | ) |
int testing::internal::UnitTestImpl::FilterTests | ( | ReactionToSharding | shard_tests | ) |
Definition at line 5496 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
TestPartResultReporterInterface* testing::internal::UnitTestImpl::GetGlobalTestPartResultReporter | ( | ) |
TestPartResultReporterInterface * testing::internal::UnitTestImpl::GetGlobalTestPartResultReporter | ( | ) |
Definition at line 730 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
Definition at line 589 of file googletest/googletest/src/gtest-internal-inl.h.
Definition at line 991 of file gmock-gtest-all.cc.
|
inline |
Definition at line 645 of file googletest/googletest/src/gtest-internal-inl.h.
TestCase * testing::internal::UnitTestImpl::GetTestCase | ( | const char * | test_case_name, |
const char * | type_param, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc | ||
) |
Definition at line 5950 of file gmock-gtest-all.cc.
Definition at line 584 of file googletest/googletest/src/gtest-internal-inl.h.
Definition at line 984 of file gmock-gtest-all.cc.
TestPartResultReporterInterface* testing::internal::UnitTestImpl::GetTestPartResultReporterForCurrentThread | ( | ) |
TestPartResultReporterInterface * testing::internal::UnitTestImpl::GetTestPartResultReporterForCurrentThread | ( | ) |
Definition at line 744 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
TestSuite * testing::internal::UnitTestImpl::GetTestSuite | ( | const char * | test_suite_name, |
const char * | type_param, | ||
internal::SetUpTestSuiteFunc | set_up_tc, | ||
internal::TearDownTestSuiteFunc | tear_down_tc | ||
) |
Definition at line 5186 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
Definition at line 577 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
|
private |
|
inline |
Definition at line 766 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1149 of file gmock-gtest-all.cc.
Definition at line 769 of file googletest/googletest/src/gtest-internal-inl.h.
Definition at line 1152 of file gmock-gtest-all.cc.
|
inline |
Definition at line 688 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 595 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 997 of file gmock-gtest-all.cc.
void testing::internal::UnitTestImpl::ListTestsMatchingFilter | ( | ) |
void testing::internal::UnitTestImpl::ListTestsMatchingFilter | ( | ) |
Definition at line 5570 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
OsStackTraceGetterInterface* testing::internal::UnitTestImpl::os_stack_trace_getter | ( | ) |
OsStackTraceGetterInterface * testing::internal::UnitTestImpl::os_stack_trace_getter | ( | ) |
Definition at line 5638 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inline |
Definition at line 684 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1077 of file gmock-gtest-all.cc.
|
inline |
Definition at line 567 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 974 of file gmock-gtest-all.cc.
void testing::internal::UnitTestImpl::PostFlagParsingInit | ( | ) |
void testing::internal::UnitTestImpl::PostFlagParsingInit | ( | ) |
Definition at line 5113 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inline |
Definition at line 816 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1199 of file gmock-gtest-all.cc.
|
inline |
Definition at line 813 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1196 of file gmock-gtest-all.cc.
void testing::internal::UnitTestImpl::RecordProperty | ( | const TestProperty & | test_property | ) |
void testing::internal::UnitTestImpl::RecordProperty | ( | const TestProperty & | test_property | ) |
Definition at line 5048 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
void testing::internal::UnitTestImpl::RegisterParameterizedTests | ( | ) |
void testing::internal::UnitTestImpl::RegisterParameterizedTests | ( | ) |
Definition at line 2652 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::reportable_disabled_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::reportable_disabled_test_count | ( | ) | const |
Definition at line 791 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::reportable_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::reportable_test_count | ( | ) | const |
Definition at line 802 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
bool testing::internal::UnitTestImpl::RunAllTests | ( | ) |
bool testing::internal::UnitTestImpl::RunAllTests | ( | ) |
Definition at line 5234 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inlineprivate |
Definition at line 834 of file googletest/googletest/src/gtest-internal-inl.h.
|
inlineprivate |
Definition at line 1217 of file gmock-gtest-all.cc.
|
inline |
Definition at line 1083 of file gmock-gtest-all.cc.
|
inline |
Definition at line 707 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 1090 of file gmock-gtest-all.cc.
|
inline |
Definition at line 700 of file googletest/googletest/src/gtest-internal-inl.h.
void testing::internal::UnitTestImpl::set_os_stack_trace_getter | ( | OsStackTraceGetterInterface * | getter | ) |
void testing::internal::UnitTestImpl::set_os_stack_trace_getter | ( | OsStackTraceGetterInterface * | getter | ) |
Definition at line 5627 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
void testing::internal::UnitTestImpl::SetGlobalTestPartResultReporter | ( | TestPartResultReporterInterface * | reporter | ) |
void testing::internal::UnitTestImpl::SetGlobalTestPartResultReporter | ( | TestPartResultReporterInterface * | reporter | ) |
Definition at line 736 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
void testing::internal::UnitTestImpl::SetTestPartResultReporterForCurrentThread | ( | TestPartResultReporterInterface * | reporter | ) |
void testing::internal::UnitTestImpl::SetTestPartResultReporterForCurrentThread | ( | TestPartResultReporterInterface * | reporter | ) |
Definition at line 749 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
void testing::internal::UnitTestImpl::ShuffleTests | ( | ) |
void testing::internal::UnitTestImpl::ShuffleTests | ( | ) |
Definition at line 5663 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::skipped_test_count | ( | ) | const |
Definition at line 781 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inline |
Definition at line 560 of file googletest/googletest/src/gtest-internal-inl.h.
|
inline |
Definition at line 968 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::successful_test_case_count | ( | ) | const |
Definition at line 2178 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::successful_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::successful_test_count | ( | ) | const |
Definition at line 776 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::successful_test_suite_count | ( | ) | const |
Definition at line 755 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::test_case_to_run_count | ( | ) | const |
Definition at line 2194 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::test_suite_to_run_count | ( | ) | const |
Definition at line 771 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::test_to_run_count | ( | ) | const |
int testing::internal::UnitTestImpl::test_to_run_count | ( | ) | const |
Definition at line 812 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::total_test_case_count | ( | ) | const |
Definition at line 2188 of file gmock-gtest-all.cc.
int testing::internal::UnitTestImpl::total_test_count | ( | ) | const |
int testing::internal::UnitTestImpl::total_test_count | ( | ) | const |
Definition at line 807 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
int testing::internal::UnitTestImpl::total_test_suite_count | ( | ) | const |
Definition at line 765 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
inline |
Definition at line 695 of file googletest/googletest/src/gtest-internal-inl.h.
void testing::internal::UnitTestImpl::UnshuffleTests | ( | ) |
void testing::internal::UnitTestImpl::UnshuffleTests | ( | ) |
Definition at line 5678 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
friend |
Definition at line 1213 of file gmock-gtest-all.cc.
|
private |
Definition at line 1287 of file gmock-gtest-all.cc.
|
private |
Definition at line 1327 of file gmock-gtest-all.cc.
|
private |
Definition at line 1271 of file gmock-gtest-all.cc.
|
private |
Definition at line 1277 of file gmock-gtest-all.cc.
|
private |
Definition at line 892 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 1227 of file gmock-gtest-all.cc.
|
private |
Definition at line 1229 of file gmock-gtest-all.cc.
|
private |
Definition at line 1313 of file gmock-gtest-all.cc.
|
private |
Definition at line 1243 of file gmock-gtest-all.cc.
|
private |
Definition at line 1235 of file gmock-gtest-all.cc.
|
private |
Definition at line 1232 of file gmock-gtest-all.cc.
|
private |
Definition at line 1323 of file gmock-gtest-all.cc.
|
private |
Definition at line 880 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 1265 of file gmock-gtest-all.cc.
|
private |
Definition at line 886 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 1291 of file gmock-gtest-all.cc.
|
private |
Definition at line 1224 of file gmock-gtest-all.cc.
|
private |
Definition at line 1297 of file gmock-gtest-all.cc.
|
private |
Definition at line 874 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 1258 of file gmock-gtest-all.cc.
|
private |
Definition at line 1261 of file gmock-gtest-all.cc.
Definition at line 1220 of file gmock-gtest-all.cc.
|
private |
Definition at line 1239 of file gmock-gtest-all.cc.
|
private |
Definition at line 1300 of file gmock-gtest-all.cc.
|
private |
Definition at line 1306 of file gmock-gtest-all.cc.
|
private |
Definition at line 1303 of file gmock-gtest-all.cc.
|
private |
Definition at line 1310 of file gmock-gtest-all.cc.
|
private |
Definition at line 1253 of file gmock-gtest-all.cc.
|
private |
Definition at line 1247 of file gmock-gtest-all.cc.
|
private |
Definition at line 870 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 864 of file googletest/googletest/src/gtest-internal-inl.h.
|
private |
Definition at line 876 of file googletest/googletest/src/gtest-internal-inl.h.