#include <gtest-internal-inl.h>
Definition at line 499 of file gtest-internal-inl.h.
testing::internal::UnitTestImpl::UnitTestImpl |
( |
UnitTest * |
parent | ) |
|
|
explicit |
virtual testing::internal::UnitTestImpl::~UnitTestImpl |
( |
| ) |
|
|
virtual |
int testing::internal::UnitTestImpl::successful_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::failed_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::total_test_case_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::test_case_to_run_count |
( |
| ) |
const |
int testing::internal::UnitTestImpl::successful_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 TestCase* testing::internal::UnitTestImpl::GetTestCase |
( |
int |
i | ) |
const |
|
inline |
TestCase* testing::internal::UnitTestImpl::GetMutableTestCase |
( |
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 | ) |
|
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::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 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 |
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 |
The documentation for this class was generated from the following file: