Definition at line 909 of file gtest-all.cc.
Enumerator |
---|
HONOR_SHARDING_PROTOCOL |
|
IGNORE_SHARDING_PROTOCOL |
|
Definition at line 1127 of file gtest-all.cc.
testing::internal::UnitTestImpl::UnitTestImpl |
( |
UnitTest * |
parent | ) |
|
|
explicit |
testing::internal::UnitTestImpl::~UnitTestImpl |
( |
| ) |
|
|
virtual |
const TestResult* testing::internal::UnitTestImpl::ad_hoc_test_result |
( |
| ) |
const |
|
inline |
bool testing::internal::UnitTestImpl::catch_exceptions |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::ClearAdHocTestResult |
( |
| ) |
|
|
inline |
void testing::internal::UnitTestImpl::ClearNonAdHocTestResult |
( |
| ) |
|
|
inline |
void testing::internal::UnitTestImpl::ConfigureXmlOutput |
( |
| ) |
|
const TestCase* testing::internal::UnitTestImpl::current_test_case |
( |
| ) |
const |
|
inline |
TestInfo* testing::internal::UnitTestImpl::current_test_info |
( |
| ) |
|
|
inline |
const TestInfo* testing::internal::UnitTestImpl::current_test_info |
( |
| ) |
const |
|
inline |
TestResult * testing::internal::UnitTestImpl::current_test_result |
( |
| ) |
|
std::string testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop |
( |
int |
skip_count | ) |
|
int testing::internal::UnitTestImpl::disabled_test_count |
( |
| ) |
const |
TimeInMillis testing::internal::UnitTestImpl::elapsed_time |
( |
| ) |
const |
|
inline |
std::vector<Environment*>& testing::internal::UnitTestImpl::environments |
( |
| ) |
|
|
inline |
bool testing::internal::UnitTestImpl::Failed |
( |
| ) |
const |
|
inline |
int testing::internal::UnitTestImpl::failed_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::failed_test_count |
( |
| ) |
const |
TestCase* testing::internal::UnitTestImpl::GetMutableTestCase |
( |
int |
i | ) |
|
|
inline |
const TestCase* testing::internal::UnitTestImpl::GetTestCase |
( |
int |
i | ) |
const |
|
inline |
testing::internal::UnitTestImpl::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
UnitTestImpl |
| ) |
|
|
private |
std::vector<TraceInfo>& testing::internal::UnitTestImpl::gtest_trace_stack |
( |
| ) |
|
|
inline |
const std::vector<TraceInfo>& testing::internal::UnitTestImpl::gtest_trace_stack |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::ListTestsMatchingFilter |
( |
| ) |
|
bool testing::internal::UnitTestImpl::Passed |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::PostFlagParsingInit |
( |
| ) |
|
int testing::internal::UnitTestImpl::random_seed |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::RecordProperty |
( |
const TestProperty & |
test_property | ) |
|
void testing::internal::UnitTestImpl::RegisterParameterizedTests |
( |
| ) |
|
int testing::internal::UnitTestImpl::reportable_disabled_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::reportable_test_count |
( |
| ) |
const |
bool testing::internal::UnitTestImpl::RunAllTests |
( |
| ) |
|
void testing::internal::UnitTestImpl::set_catch_exceptions |
( |
bool |
value | ) |
|
|
inlineprivate |
void testing::internal::UnitTestImpl::set_current_test_case |
( |
TestCase * |
a_current_test_case | ) |
|
|
inline |
void testing::internal::UnitTestImpl::set_current_test_info |
( |
TestInfo * |
a_current_test_info | ) |
|
|
inline |
void testing::internal::UnitTestImpl::ShuffleTests |
( |
| ) |
|
TimeInMillis testing::internal::UnitTestImpl::start_timestamp |
( |
| ) |
const |
|
inline |
int testing::internal::UnitTestImpl::successful_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::successful_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::test_case_to_run_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::test_to_run_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::total_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::total_test_count |
( |
| ) |
const |
void testing::internal::UnitTestImpl::UnshuffleTests |
( |
| ) |
|
TestResult testing::internal::UnitTestImpl::ad_hoc_test_result_ |
|
private |
bool testing::internal::UnitTestImpl::catch_exceptions_ |
|
private |
TestCase* testing::internal::UnitTestImpl::current_test_case_ |
|
private |
TestInfo* testing::internal::UnitTestImpl::current_test_info_ |
|
private |
std::vector<Environment*> testing::internal::UnitTestImpl::environments_ |
|
private |
internal::Mutex testing::internal::UnitTestImpl::global_test_part_result_reporter_mutex_ |
|
private |
int testing::internal::UnitTestImpl::last_death_test_case_ |
|
private |
UnitTest* const testing::internal::UnitTestImpl::parent_ |
|
private |
bool testing::internal::UnitTestImpl::post_flag_parse_init_performed_ |
|
private |
int testing::internal::UnitTestImpl::random_seed_ |
|
private |
TimeInMillis testing::internal::UnitTestImpl::start_timestamp_ |
|
private |
std::vector<int> testing::internal::UnitTestImpl::test_case_indices_ |
|
private |
std::vector<TestCase*> testing::internal::UnitTestImpl::test_cases_ |
|
private |
The documentation for this class was generated from the following file: