#include <gtest-internal-inl.h>
Definition at line 509 of file gtest-internal-inl.h.
testing::internal::UnitTestImpl::UnitTestImpl |
( |
UnitTest * |
parent | ) |
|
|
explicit |
testing::internal::UnitTestImpl::~UnitTestImpl |
( |
| ) |
|
|
virtual |
testing::internal::UnitTestImpl::UnitTestImpl |
( |
const UnitTestImpl & |
| ) |
|
|
privatedelete |
TestPartResultReporterInterface * testing::internal::UnitTestImpl::GetGlobalTestPartResultReporter |
( |
| ) |
|
void testing::internal::UnitTestImpl::SetGlobalTestPartResultReporter |
( |
TestPartResultReporterInterface * |
reporter | ) |
|
TestPartResultReporterInterface * testing::internal::UnitTestImpl::GetTestPartResultReporterForCurrentThread |
( |
| ) |
|
void testing::internal::UnitTestImpl::SetTestPartResultReporterForCurrentThread |
( |
TestPartResultReporterInterface * |
reporter | ) |
|
int testing::internal::UnitTestImpl::successful_test_suite_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::failed_test_suite_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::total_test_suite_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::test_suite_to_run_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::successful_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::skipped_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::failed_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::reportable_disabled_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::disabled_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::reportable_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::total_test_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::test_to_run_count |
( |
| ) |
const |
TimeInMillis testing::internal::UnitTestImpl::start_timestamp |
( |
| ) |
const |
|
inline |
TimeInMillis testing::internal::UnitTestImpl::elapsed_time |
( |
| ) |
const |
|
inline |
bool testing::internal::UnitTestImpl::Passed |
( |
| ) |
const |
|
inline |
bool testing::internal::UnitTestImpl::Failed |
( |
| ) |
const |
|
inline |
const TestSuite* testing::internal::UnitTestImpl::GetTestSuite |
( |
int |
i | ) |
const |
|
inline |
const TestCase* testing::internal::UnitTestImpl::GetTestCase |
( |
int |
i | ) |
const |
|
inline |
TestSuite* testing::internal::UnitTestImpl::GetMutableSuiteCase |
( |
int |
i | ) |
|
|
inline |
TestResult * testing::internal::UnitTestImpl::current_test_result |
( |
| ) |
|
const TestResult* testing::internal::UnitTestImpl::ad_hoc_test_result |
( |
| ) |
const |
|
inline |
std::string testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop |
( |
int |
skip_count | ) |
|
std::set<std::string>* testing::internal::UnitTestImpl::ignored_parameterized_test_suites |
( |
| ) |
|
|
inline |
void testing::internal::UnitTestImpl::RegisterParameterizedTests |
( |
| ) |
|
bool testing::internal::UnitTestImpl::RunAllTests |
( |
| ) |
|
void testing::internal::UnitTestImpl::ClearNonAdHocTestResult |
( |
| ) |
|
|
inline |
void testing::internal::UnitTestImpl::ClearAdHocTestResult |
( |
| ) |
|
|
inline |
void testing::internal::UnitTestImpl::RecordProperty |
( |
const TestProperty & |
test_property | ) |
|
void testing::internal::UnitTestImpl::ListTestsMatchingFilter |
( |
| ) |
|
const TestSuite* testing::internal::UnitTestImpl::current_test_suite |
( |
| ) |
const |
|
inline |
TestInfo* testing::internal::UnitTestImpl::current_test_info |
( |
| ) |
|
|
inline |
const TestInfo* testing::internal::UnitTestImpl::current_test_info |
( |
| ) |
const |
|
inline |
std::vector<Environment*>& testing::internal::UnitTestImpl::environments |
( |
| ) |
|
|
inline |
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::ConfigureXmlOutput |
( |
| ) |
|
void testing::internal::UnitTestImpl::PostFlagParsingInit |
( |
| ) |
|
int testing::internal::UnitTestImpl::random_seed |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::ShuffleTests |
( |
| ) |
|
void testing::internal::UnitTestImpl::UnshuffleTests |
( |
| ) |
|
bool testing::internal::UnitTestImpl::catch_exceptions |
( |
| ) |
const |
|
inline |
void testing::internal::UnitTestImpl::set_catch_exceptions |
( |
bool |
value | ) |
|
|
inlineprivate |
void testing::internal::UnitTestImpl::set_current_test_suite |
( |
TestSuite * |
a_current_test_suite | ) |
|
|
inlineprivate |
void testing::internal::UnitTestImpl::set_current_test_info |
( |
TestInfo * |
a_current_test_info | ) |
|
|
inlineprivate |
UnitTest* const testing::internal::UnitTestImpl::parent_ |
|
private |
TestPartResultReporterInterface* testing::internal::UnitTestImpl::global_test_part_result_reporter_ |
|
private |
internal::Mutex testing::internal::UnitTestImpl::global_test_part_result_reporter_mutex_ |
|
private |
internal::ThreadLocal<TestPartResultReporterInterface*> testing::internal::UnitTestImpl::per_thread_test_part_result_reporter_ |
|
private |
std::vector<Environment*> testing::internal::UnitTestImpl::environments_ |
|
private |
std::vector<TestSuite*> testing::internal::UnitTestImpl::test_suites_ |
|
private |
std::unordered_map<std::string, TestSuite*> testing::internal::UnitTestImpl::test_suites_by_name_ |
|
private |
std::vector<int> testing::internal::UnitTestImpl::test_suite_indices_ |
|
private |
std::set<std::string> testing::internal::UnitTestImpl::ignored_parameterized_test_suites_ |
|
private |
bool testing::internal::UnitTestImpl::parameterized_tests_registered_ |
|
private |
int testing::internal::UnitTestImpl::last_death_test_suite_ |
|
private |
TestSuite* testing::internal::UnitTestImpl::current_test_suite_ |
|
private |
TestInfo* testing::internal::UnitTestImpl::current_test_info_ |
|
private |
TestResult testing::internal::UnitTestImpl::ad_hoc_test_result_ |
|
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 |
bool testing::internal::UnitTestImpl::catch_exceptions_ |
|
private |
The documentation for this class was generated from the following files: