#include <gtest.h>
|
| 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) |
| TestCase * | GetMutableTestCase (int i) |
| 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_) |
| | GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTest) |
| 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) |
| TestCase * | GetMutableTestCase (int i) |
| 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_) |
| | GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTest) |
◆ UnitTest() [1/2]
| testing::UnitTest::UnitTest |
( |
| ) |
|
|
private |
◆ ~UnitTest() [1/2]
| testing::UnitTest::~UnitTest |
( |
| ) |
|
|
privatevirtual |
◆ UnitTest() [2/2]
| testing::UnitTest::UnitTest |
( |
| ) |
|
|
private |
◆ ~UnitTest() [2/2]
| virtual testing::UnitTest::~UnitTest |
( |
| ) |
|
|
privatevirtual |
◆ ad_hoc_test_result() [1/2]
◆ ad_hoc_test_result() [2/2]
◆ AddEnvironment() [1/2]
◆ AddEnvironment() [2/2]
◆ AddTestPartResult() [1/2]
| 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 |
◆ AddTestPartResult() [2/2]
| 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 |
◆ current_test_case() [1/2]
◆ current_test_case() [2/2]
◆ current_test_info() [1/2]
◆ current_test_info() [2/2]
◆ disabled_test_count() [1/2]
| int testing::UnitTest::disabled_test_count |
( |
| ) |
const |
◆ disabled_test_count() [2/2]
| int testing::UnitTest::disabled_test_count |
( |
| ) |
const |
◆ elapsed_time() [1/2]
◆ elapsed_time() [2/2]
◆ Failed() [1/2]
| bool testing::UnitTest::Failed |
( |
| ) |
const |
◆ Failed() [2/2]
| bool testing::UnitTest::Failed |
( |
| ) |
const |
◆ failed_test_case_count() [1/2]
| int testing::UnitTest::failed_test_case_count |
( |
| ) |
const |
◆ failed_test_case_count() [2/2]
| int testing::UnitTest::failed_test_case_count |
( |
| ) |
const |
◆ failed_test_count() [1/2]
| int testing::UnitTest::failed_test_count |
( |
| ) |
const |
◆ failed_test_count() [2/2]
| int testing::UnitTest::failed_test_count |
( |
| ) |
const |
◆ GetInstance() [1/2]
| UnitTest * testing::UnitTest::GetInstance |
( |
| ) |
|
|
static |
◆ GetInstance() [2/2]
| UnitTest * testing::UnitTest::GetInstance |
( |
| ) |
|
|
static |
◆ GetMutableTestCase() [1/2]
| TestCase * testing::UnitTest::GetMutableTestCase |
( |
int | i | ) |
|
|
private |
◆ GetMutableTestCase() [2/2]
| TestCase * testing::UnitTest::GetMutableTestCase |
( |
int | i | ) |
|
|
private |
◆ GetTestCase() [1/2]
◆ GetTestCase() [2/2]
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [1/2]
| testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
UnitTest | | ) |
|
|
private |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [2/2]
| testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
UnitTest | | ) |
|
|
private |
◆ impl() [1/4]
◆ impl() [2/4]
◆ impl() [3/4]
◆ impl() [4/4]
◆ listeners() [1/2]
◆ listeners() [2/2]
◆ original_working_dir() [1/2]
| const char * testing::UnitTest::original_working_dir |
( |
| ) |
const |
◆ original_working_dir() [2/2]
| const char * testing::UnitTest::original_working_dir |
( |
| ) |
const |
◆ Passed() [1/2]
| bool testing::UnitTest::Passed |
( |
| ) |
const |
◆ Passed() [2/2]
| bool testing::UnitTest::Passed |
( |
| ) |
const |
◆ PopGTestTrace() [1/2]
| void testing::UnitTest::PopGTestTrace |
( |
| ) |
|
|
private |
◆ PopGTestTrace() [2/2]
| void testing::UnitTest::PopGTestTrace |
( |
| ) |
|
|
private |
◆ PushGTestTrace() [1/2]
◆ PushGTestTrace() [2/2]
◆ random_seed() [1/2]
| int testing::UnitTest::random_seed |
( |
| ) |
const |
◆ random_seed() [2/2]
| int testing::UnitTest::random_seed |
( |
| ) |
const |
◆ RecordProperty() [1/2]
| void testing::UnitTest::RecordProperty |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
private |
◆ RecordProperty() [2/2]
| void testing::UnitTest::RecordProperty |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
private |
◆ reportable_disabled_test_count() [1/2]
| int testing::UnitTest::reportable_disabled_test_count |
( |
| ) |
const |
◆ reportable_disabled_test_count() [2/2]
| int testing::UnitTest::reportable_disabled_test_count |
( |
| ) |
const |
◆ reportable_test_count() [1/2]
| int testing::UnitTest::reportable_test_count |
( |
| ) |
const |
◆ reportable_test_count() [2/2]
| int testing::UnitTest::reportable_test_count |
( |
| ) |
const |
◆ Run() [1/2]
| int testing::UnitTest::Run |
( |
| ) |
|
◆ Run() [2/2]
| int testing::UnitTest::Run |
( |
| ) |
|
◆ start_timestamp() [1/2]
◆ start_timestamp() [2/2]
◆ successful_test_case_count() [1/2]
| int testing::UnitTest::successful_test_case_count |
( |
| ) |
const |
◆ successful_test_case_count() [2/2]
| int testing::UnitTest::successful_test_case_count |
( |
| ) |
const |
◆ successful_test_count() [1/2]
| int testing::UnitTest::successful_test_count |
( |
| ) |
const |
◆ successful_test_count() [2/2]
| int testing::UnitTest::successful_test_count |
( |
| ) |
const |
◆ test_case_to_run_count() [1/2]
| int testing::UnitTest::test_case_to_run_count |
( |
| ) |
const |
◆ test_case_to_run_count() [2/2]
| int testing::UnitTest::test_case_to_run_count |
( |
| ) |
const |
◆ test_to_run_count() [1/2]
| int testing::UnitTest::test_to_run_count |
( |
| ) |
const |
◆ test_to_run_count() [2/2]
| int testing::UnitTest::test_to_run_count |
( |
| ) |
const |
◆ total_test_case_count() [1/2]
| int testing::UnitTest::total_test_case_count |
( |
| ) |
const |
◆ total_test_case_count() [2/2]
| int testing::UnitTest::total_test_case_count |
( |
| ) |
const |
◆ total_test_count() [1/2]
| int testing::UnitTest::total_test_count |
( |
| ) |
const |
◆ total_test_count() [2/2]
| int testing::UnitTest::total_test_count |
( |
| ) |
const |
◆ AddGlobalTestEnvironment [1/2]
◆ AddGlobalTestEnvironment [2/2]
◆ internal::AssertHelper
◆ internal::GetUnitTestImpl [1/2]
◆ internal::GetUnitTestImpl [2/2]
◆ internal::ReportFailureInUnknownLocation [1/2]
◆ internal::ReportFailureInUnknownLocation [2/2]
◆ internal::ScopedTrace
◆ internal::StreamingListenerTest
| internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestRecordPropertyTestHelper
◆ Test
◆ impl_
◆ mutex_
The documentation for this class was generated from the following files:
- external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h
- tests/gtest/include/gtest/gtest.h
- external/rapidjson/thirdparty/gtest/googletest/src/gtest.cc
- tests/gtest/src/gtest.cc