#include <ts_gtest.h>
| static UnitTest* testing::UnitTest::GetInstance | ( | ) | [static] |
| int testing::UnitTest::Run | ( | ) |
| const char* testing::UnitTest::original_working_dir | ( | ) | 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_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::failed_test_count | ( | ) | const |
| int testing::UnitTest::disabled_test_count | ( | ) | const |
| int testing::UnitTest::total_test_count | ( | ) | const |
| int testing::UnitTest::test_to_run_count | ( | ) | const |
| TimeInMillis testing::UnitTest::elapsed_time | ( | ) | const |
| bool testing::UnitTest::Passed | ( | ) | const |
| bool testing::UnitTest::Failed | ( | ) | const |
| const TestCase* testing::UnitTest::GetTestCase | ( | int | i | ) | const |
friend class Test [friend] |
friend class internal::AssertHelper [friend] |
friend class internal::ScopedTrace [friend] |
| Environment* AddGlobalTestEnvironment | ( | Environment * | env | ) | [friend] |
| internal::UnitTestImpl* internal::GetUnitTestImpl | ( | ) | [friend] |
| void internal::ReportFailureInUnknownLocation | ( | TestPartResult::Type | result_type, |
| const internal::String & | message | ||
| ) | [friend] |