#include <gtest.h>
Definition at line 1273 of file gtest.h.
testing::UnitTest::UnitTest |
( |
| ) |
|
|
private |
testing::UnitTest::~UnitTest |
( |
| ) |
|
|
privatevirtual |
UnitTest * testing::UnitTest::GetInstance |
( |
| ) |
|
|
static |
int testing::UnitTest::Run |
( |
| ) |
|
const char * testing::UnitTest::original_working_dir |
( |
| ) |
const |
const TestSuite * testing::UnitTest::current_test_suite |
( |
| ) |
const |
const TestCase * testing::UnitTest::current_test_case |
( |
| ) |
const |
const TestInfo * testing::UnitTest::current_test_info |
( |
| ) |
const |
int testing::UnitTest::random_seed |
( |
| ) |
const |
int testing::UnitTest::successful_test_suite_count |
( |
| ) |
const |
int testing::UnitTest::failed_test_suite_count |
( |
| ) |
const |
int testing::UnitTest::total_test_suite_count |
( |
| ) |
const |
int testing::UnitTest::test_suite_to_run_count |
( |
| ) |
const |
int testing::UnitTest::successful_test_case_count |
( |
| ) |
const |
int testing::UnitTest::failed_test_case_count |
( |
| ) |
const |
int testing::UnitTest::total_test_case_count |
( |
| ) |
const |
int testing::UnitTest::test_case_to_run_count |
( |
| ) |
const |
int testing::UnitTest::successful_test_count |
( |
| ) |
const |
int testing::UnitTest::skipped_test_count |
( |
| ) |
const |
int testing::UnitTest::failed_test_count |
( |
| ) |
const |
int testing::UnitTest::reportable_disabled_test_count |
( |
| ) |
const |
int testing::UnitTest::disabled_test_count |
( |
| ) |
const |
int testing::UnitTest::reportable_test_count |
( |
| ) |
const |
int testing::UnitTest::total_test_count |
( |
| ) |
const |
int testing::UnitTest::test_to_run_count |
( |
| ) |
const |
bool testing::UnitTest::Passed |
( |
| ) |
const |
bool testing::UnitTest::Failed |
( |
| ) |
const |
const TestSuite * testing::UnitTest::GetTestSuite |
( |
int |
i | ) |
const |
const TestCase * testing::UnitTest::GetTestCase |
( |
int |
i | ) |
const |
const TestResult & testing::UnitTest::ad_hoc_test_result |
( |
| ) |
const |
void testing::UnitTest::AddTestPartResult |
( |
TestPartResult::Type |
result_type, |
|
|
const char * |
file_name, |
|
|
int |
line_number, |
|
|
const std::string & |
message, |
|
|
const std::string & |
os_stack_trace |
|
) |
| |
|
private |
void testing::UnitTest::RecordProperty |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
private |
TestSuite * testing::UnitTest::GetMutableTestSuite |
( |
int |
i | ) |
|
|
private |
internal::UnitTestImpl* testing::UnitTest::impl |
( |
| ) |
|
|
inlineprivate |
const internal::UnitTestImpl* testing::UnitTest::impl |
( |
| ) |
const |
|
inlineprivate |
void testing::UnitTest::PushGTestTrace |
( |
const internal::TraceInfo & |
trace | ) |
|
|
private |
void testing::UnitTest::PopGTestTrace |
( |
| ) |
|
|
private |
testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
UnitTest |
| ) |
|
|
private |
friend class internal::StreamingListenerTest |
|
friend |
internal::UnitTestImpl* internal::GetUnitTestImpl |
( |
| ) |
|
|
friend |
internal::UnitTestImpl* testing::UnitTest::impl_ |
|
private |
The documentation for this class was generated from the following files: