#include <gtest.h>
UnitTest * testing::UnitTest::GetInstance |
( |
| ) |
|
|
static |
Referenced by testing::internal::UnitTestHelper::FindTestSuite(), testing::internal::GetCurrentExecutableName(), testing::internal::UnitTestHelper::GetSortedTestSuites(), testing::TestSuite::GetTestInfo(), testing::internal::Log(), main(), testing::internal::AssertHelper::operator=(), testing::Test::RecordProperty(), testing::internal::ReportFailureInUnknownLocation(), testing::internal::ReportInvalidTestSuiteType(), testing::CurrentTestInfoTest::SetUpTestSuite(), testing::internal::FinalSuccessChecker::TearDown(), testing::CurrentTestInfoTest::TearDownTestSuite(), testing::TempDir(), testing::internal::TEST(), TEST(), TEST_F(), testing::TEST_F(), TEST_P(), and testing::ScopedTrace::~ScopedTrace().
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 |
References testing::internal::FormatFileLocation(), testing::Message::GetString(), GTEST_FLAG, GTEST_LOCK_EXCLUDED_, GTEST_NAME_, i, testing::internal::kStackTraceMarker, googletest-output-test::message, and value.
Referenced by testing::TestSuite::GetTestInfo(), main(), and testing::internal::ReportInvalidTestSuiteType().
friend class internal::StreamingListenerTest |
|
friend |
internal::UnitTestImpl* internal::GetUnitTestImpl |
( |
| ) |
|
|
friend |
The documentation for this class was generated from the following files:
- /home/adrl/code/src/control-toolbox/ct_core/build/test/googletest-src/googletest/include/gtest/gtest.h
- /home/adrl/code/src/control-toolbox/ct_core/build/test/googletest-src/googletest/src/gtest.cc