|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest.h>
Static Public Member Functions | |
| static UnitTest * | GetInstance () |
Private Member Functions | |
| Environment * | AddEnvironment (Environment *env) |
| void | AddTestPartResult (TestPartResult::Type result_type, const char *file_name, int line_number, const std::string &message, const std::string &os_stack_trace) GTEST_LOCK_EXCLUDED_(mutex_) |
| void | RecordProperty (const std::string &key, const std::string &value) |
| TestSuite * | GetMutableTestSuite (int i) |
| void | UponLeavingGTest () |
| void | set_current_test_suite (TestSuite *a_current_test_suite) GTEST_LOCK_EXCLUDED_(mutex_) |
| void | set_current_test_info (TestInfo *a_current_test_info) GTEST_LOCK_EXCLUDED_(mutex_) |
| internal::UnitTestImpl * | impl () |
| const internal::UnitTestImpl * | impl () const |
| UnitTest () | |
| virtual | ~UnitTest () |
| void | PushGTestTrace (const internal::TraceInfo &trace) GTEST_LOCK_EXCLUDED_(mutex_) |
| void | PopGTestTrace () GTEST_LOCK_EXCLUDED_(mutex_) |
| UnitTest (const UnitTest &)=delete | |
| UnitTest & | operator= (const UnitTest &)=delete |
Private Attributes | |
| internal::Mutex | mutex_ |
| internal::UnitTestImpl * | impl_ |
Friends | |
| class | ScopedTrace |
| class | Test |
| class | TestInfo |
| class | TestSuite |
| class | internal::AssertHelper |
| class | internal::StreamingListenerTest |
| class | internal::UnitTestRecordPropertyTestHelper |
| Environment * | AddGlobalTestEnvironment (Environment *env) |
| std::set< std::string > * | internal::GetIgnoredParameterizedTestSuites () |
| internal::UnitTestImpl * | internal::GetUnitTestImpl () |
| void | internal::ReportFailureInUnknownLocation (TestPartResult::Type result_type, const std::string &message) |
|
privatedelete |
| 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 |
| internal::ParameterizedTestSuiteRegistry & testing::UnitTest::parameterized_test_registry | ( | ) |
| int testing::UnitTest::successful_test_suite_count | ( | ) | const |
| int testing::UnitTest::successful_test_case_count | ( | ) | const |
| int testing::UnitTest::reportable_disabled_test_count | ( | ) | const |
| internal::TimeInMillis testing::UnitTest::start_timestamp | ( | ) | const |
| internal::TimeInMillis testing::UnitTest::elapsed_time | ( | ) | 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 |
| TestEventListeners & testing::UnitTest::listeners | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
|
inlineprivate |
|
private |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
mutableprivate |
|
private |
1.8.5