#include <gtest.h>
|
| | TestInfo (const std::string &test_case_name, const std::string &name, const char *a_type_param, const char *a_value_param, internal::CodeLocation a_code_location, internal::TypeId fixture_class_id, internal::TestFactoryBase *factory) |
| int | increment_death_test_count () |
| void | Run () |
| | GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestInfo) |
| | TestInfo (const std::string &test_case_name, const std::string &name, const char *a_type_param, const char *a_value_param, internal::CodeLocation a_code_location, internal::TypeId fixture_class_id, internal::TestFactoryBase *factory) |
| int | increment_death_test_count () |
| void | Run () |
| | GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestInfo) |
|
| class | Test |
| class | TestCase |
| class | internal::UnitTestImpl |
| class | internal::StreamingListenerTest |
| TestInfo * | internal::MakeAndRegisterTestInfo (const char *test_case_name, const char *name, const char *type_param, const char *value_param, internal::CodeLocation code_location, internal::TypeId fixture_class_id, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, internal::TestFactoryBase *factory) |
| TestInfo * | internal::MakeAndRegisterTestInfo (const char *test_case_name, const char *name, const char *type_param, const char *value_param, internal::CodeLocation code_location, internal::TypeId fixture_class_id, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, internal::TestFactoryBase *factory) |
◆ ~TestInfo() [1/2]
| testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ TestInfo() [1/2]
◆ ~TestInfo() [2/2]
| testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ TestInfo() [2/2]
◆ ClearTestResult() [1/2]
| void testing::TestInfo::ClearTestResult |
( |
TestInfo * | test_info | ) |
|
|
inlinestaticprivate |
◆ ClearTestResult() [2/2]
| void testing::TestInfo::ClearTestResult |
( |
TestInfo * | test_info | ) |
|
|
inlinestaticprivate |
◆ file() [1/2]
| const char * testing::TestInfo::file |
( |
| ) |
const |
|
inline |
◆ file() [2/2]
| const char * testing::TestInfo::file |
( |
| ) |
const |
|
inline |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [1/2]
| testing::TestInfo::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestInfo | | ) |
|
|
private |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [2/2]
| testing::TestInfo::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestInfo | | ) |
|
|
private |
◆ increment_death_test_count() [1/2]
| int testing::TestInfo::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
◆ increment_death_test_count() [2/2]
| int testing::TestInfo::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
◆ is_reportable() [1/2]
| bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
◆ is_reportable() [2/2]
| bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
◆ line() [1/2]
| int testing::TestInfo::line |
( |
| ) |
const |
|
inline |
◆ line() [2/2]
| int testing::TestInfo::line |
( |
| ) |
const |
|
inline |
◆ name() [1/2]
| const char * testing::TestInfo::name |
( |
| ) |
const |
|
inline |
◆ name() [2/2]
| const char * testing::TestInfo::name |
( |
| ) |
const |
|
inline |
◆ result() [1/2]
◆ result() [2/2]
◆ Run() [1/2]
| void testing::TestInfo::Run |
( |
| ) |
|
|
private |
◆ Run() [2/2]
| void testing::TestInfo::Run |
( |
| ) |
|
|
private |
◆ should_run() [1/2]
| bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
◆ should_run() [2/2]
| bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
◆ test_case_name() [1/2]
| const char * testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
◆ test_case_name() [2/2]
| const char * testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
◆ type_param() [1/2]
| const char * testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
◆ type_param() [2/2]
| const char * testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
◆ value_param() [1/2]
| const char * testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
◆ value_param() [2/2]
| const char * testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
◆ internal::MakeAndRegisterTestInfo [1/2]
◆ internal::MakeAndRegisterTestInfo [2/2]
◆ internal::StreamingListenerTest
| internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestImpl
◆ Test
◆ TestCase
◆ factory_
◆ fixture_class_id_
◆ is_disabled_
| bool testing::TestInfo::is_disabled_ |
|
private |
◆ location_
◆ matches_filter_
| bool testing::TestInfo::matches_filter_ |
|
private |
◆ name_
| const std::string testing::TestInfo::name_ |
|
private |
◆ result_
◆ should_run_
| bool testing::TestInfo::should_run_ |
|
private |
◆ test_case_name_
| const std::string testing::TestInfo::test_case_name_ |
|
private |
◆ type_param_
◆ value_param_
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