#include <gtest.h>
testing::UnitTest::UnitTest | ( | ) | [private] |
Definition at line 5452 of file gtest-all.cc.
testing::UnitTest::~UnitTest | ( | ) | [private, virtual] |
Definition at line 5457 of file gtest-all.cc.
const TestResult & testing::UnitTest::ad_hoc_test_result | ( | ) | const |
Definition at line 5222 of file gtest-all.cc.
Environment * testing::UnitTest::AddEnvironment | ( | Environment * | env | ) | [private] |
Definition at line 5248 of file gtest-all.cc.
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] |
Definition at line 5261 of file gtest-all.cc.
const TestCase * testing::UnitTest::current_test_case | ( | ) | const |
Definition at line 5424 of file gtest-all.cc.
const TestInfo * testing::UnitTest::current_test_info | ( | ) | const |
Definition at line 5432 of file gtest-all.cc.
int testing::UnitTest::disabled_test_count | ( | ) | const |
Definition at line 5181 of file gtest-all.cc.
Definition at line 5203 of file gtest-all.cc.
bool testing::UnitTest::Failed | ( | ) | const |
Definition at line 5212 of file gtest-all.cc.
int testing::UnitTest::failed_test_case_count | ( | ) | const |
Definition at line 5152 of file gtest-all.cc.
int testing::UnitTest::failed_test_count | ( | ) | const |
Definition at line 5173 of file gtest-all.cc.
UnitTest * testing::UnitTest::GetInstance | ( | ) | [static] |
Definition at line 5125 of file gtest-all.cc.
TestCase * testing::UnitTest::GetMutableTestCase | ( | int | i | ) | [private] |
Definition at line 5228 of file gtest-all.cc.
const TestCase * testing::UnitTest::GetTestCase | ( | int | i | ) | const |
Definition at line 5216 of file gtest-all.cc.
testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | UnitTest | ) | [private] |
internal::UnitTestImpl* testing::UnitTest::impl | ( | ) | [inline, private] |
const internal::UnitTestImpl* testing::UnitTest::impl | ( | ) | const [inline, private] |
Definition at line 5234 of file gtest-all.cc.
const char * testing::UnitTest::original_working_dir | ( | ) | const |
Definition at line 5418 of file gtest-all.cc.
bool testing::UnitTest::Passed | ( | ) | const |
Definition at line 5208 of file gtest-all.cc.
void testing::UnitTest::PopGTestTrace | ( | ) | [private] |
Definition at line 5470 of file gtest-all.cc.
void testing::UnitTest::PushGTestTrace | ( | const internal::TraceInfo & | trace | ) | [private] |
Definition at line 5463 of file gtest-all.cc.
int testing::UnitTest::random_seed | ( | ) | const |
Definition at line 5439 of file gtest-all.cc.
void testing::UnitTest::RecordProperty | ( | const std::string & | key, |
const std::string & | value | ||
) | [private] |
Definition at line 5328 of file gtest-all.cc.
int testing::UnitTest::reportable_disabled_test_count | ( | ) | const |
Definition at line 5176 of file gtest-all.cc.
int testing::UnitTest::reportable_test_count | ( | ) | const |
Definition at line 5186 of file gtest-all.cc.
int testing::UnitTest::Run | ( | ) |
Definition at line 5338 of file gtest-all.cc.
Definition at line 5198 of file gtest-all.cc.
int testing::UnitTest::successful_test_case_count | ( | ) | const |
Definition at line 5147 of file gtest-all.cc.
int testing::UnitTest::successful_test_count | ( | ) | const |
Definition at line 5168 of file gtest-all.cc.
int testing::UnitTest::test_case_to_run_count | ( | ) | const |
Definition at line 5163 of file gtest-all.cc.
int testing::UnitTest::test_to_run_count | ( | ) | const |
Definition at line 5194 of file gtest-all.cc.
int testing::UnitTest::total_test_case_count | ( | ) | const |
Definition at line 5157 of file gtest-all.cc.
int testing::UnitTest::total_test_count | ( | ) | const |
Definition at line 5191 of file gtest-all.cc.
Environment* AddGlobalTestEnvironment | ( | Environment * | env | ) | [friend] |
friend class internal::AssertHelper [friend] |
internal::UnitTestImpl* internal::GetUnitTestImpl | ( | ) | [friend] |
void internal::ReportFailureInUnknownLocation | ( | TestPartResult::Type | result_type, |
const std::string & | message | ||
) | [friend] |
friend class internal::ScopedTrace [friend] |
friend class internal::UnitTestRecordPropertyTestHelper [friend] |
internal::UnitTestImpl* testing::UnitTest::impl_ [private] |
internal::Mutex testing::UnitTest::mutex_ [mutable, private] |