#include <gtest.h>
Definition at line 1251 of file gtest.h.
◆ UnitTest()
testing::UnitTest::UnitTest |
( |
| ) |
|
|
private |
◆ ~UnitTest()
testing::UnitTest::~UnitTest |
( |
| ) |
|
|
privatevirtual |
◆ ad_hoc_test_result()
const TestResult & testing::UnitTest::ad_hoc_test_result |
( |
| ) |
const |
◆ AddEnvironment()
◆ AddTestPartResult()
◆ current_test_case()
const TestCase * testing::UnitTest::current_test_case |
( |
| ) |
const |
◆ current_test_info()
const TestInfo * testing::UnitTest::current_test_info |
( |
| ) |
const |
◆ current_test_suite()
const TestSuite * testing::UnitTest::current_test_suite |
( |
| ) |
const |
◆ disabled_test_count()
int testing::UnitTest::disabled_test_count |
( |
| ) |
const |
◆ elapsed_time()
◆ Failed()
bool testing::UnitTest::Failed |
( |
| ) |
const |
◆ failed_test_case_count()
int testing::UnitTest::failed_test_case_count |
( |
| ) |
const |
◆ failed_test_count()
int testing::UnitTest::failed_test_count |
( |
| ) |
const |
◆ failed_test_suite_count()
int testing::UnitTest::failed_test_suite_count |
( |
| ) |
const |
◆ GetInstance()
UnitTest * testing::UnitTest::GetInstance |
( |
| ) |
|
|
static |
◆ GetMutableTestSuite()
TestSuite * testing::UnitTest::GetMutableTestSuite |
( |
int |
i | ) |
|
|
private |
◆ GetTestCase()
const TestCase * testing::UnitTest::GetTestCase |
( |
int |
i | ) |
const |
◆ GetTestSuite()
const TestSuite * testing::UnitTest::GetTestSuite |
( |
int |
i | ) |
const |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
UnitTest |
| ) |
|
|
private |
◆ impl() [1/2]
internal::UnitTestImpl* testing::UnitTest::impl |
( |
| ) |
|
|
inlineprivate |
◆ impl() [2/2]
const internal::UnitTestImpl* testing::UnitTest::impl |
( |
| ) |
const |
|
inlineprivate |
◆ listeners()
◆ original_working_dir()
const char * testing::UnitTest::original_working_dir |
( |
| ) |
const |
◆ parameterized_test_registry()
◆ Passed()
bool testing::UnitTest::Passed |
( |
| ) |
const |
◆ PopGTestTrace()
void testing::UnitTest::PopGTestTrace |
( |
| ) |
|
|
private |
◆ PushGTestTrace()
void testing::UnitTest::PushGTestTrace |
( |
const internal::TraceInfo & |
trace | ) |
|
|
private |
◆ random_seed()
int testing::UnitTest::random_seed |
( |
| ) |
const |
◆ RecordProperty()
◆ reportable_disabled_test_count()
int testing::UnitTest::reportable_disabled_test_count |
( |
| ) |
const |
◆ reportable_test_count()
int testing::UnitTest::reportable_test_count |
( |
| ) |
const |
◆ Run()
int testing::UnitTest::Run |
( |
| ) |
|
◆ skipped_test_count()
int testing::UnitTest::skipped_test_count |
( |
| ) |
const |
◆ start_timestamp()
◆ successful_test_case_count()
int testing::UnitTest::successful_test_case_count |
( |
| ) |
const |
◆ successful_test_count()
int testing::UnitTest::successful_test_count |
( |
| ) |
const |
◆ successful_test_suite_count()
int testing::UnitTest::successful_test_suite_count |
( |
| ) |
const |
◆ test_case_to_run_count()
int testing::UnitTest::test_case_to_run_count |
( |
| ) |
const |
◆ test_suite_to_run_count()
int testing::UnitTest::test_suite_to_run_count |
( |
| ) |
const |
◆ test_to_run_count()
int testing::UnitTest::test_to_run_count |
( |
| ) |
const |
◆ total_test_case_count()
int testing::UnitTest::total_test_case_count |
( |
| ) |
const |
◆ total_test_count()
int testing::UnitTest::total_test_count |
( |
| ) |
const |
◆ total_test_suite_count()
int testing::UnitTest::total_test_suite_count |
( |
| ) |
const |
◆ AddGlobalTestEnvironment
◆ internal::AssertHelper
◆ internal::GetUnitTestImpl
internal::UnitTestImpl* internal::GetUnitTestImpl |
( |
| ) |
|
|
friend |
◆ internal::ReportFailureInUnknownLocation
◆ internal::StreamingListenerTest
friend class internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestRecordPropertyTestHelper
◆ ScopedTrace
◆ Test
◆ impl_
internal::UnitTestImpl* testing::UnitTest::impl_ |
|
private |
◆ mutex_
The documentation for this class was generated from the following files: