This is the complete list of members for testing::TestInfo, including all inherited members.
ClearTestResult(TestInfo *test_info) | testing::TestInfo | inlineprivatestatic |
factory_ | testing::TestInfo | private |
file() const | testing::TestInfo | inline |
fixture_class_id_ | testing::TestInfo | private |
GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo) | testing::TestInfo | private |
increment_death_test_count() | testing::TestInfo | inlineprivate |
internal::MakeAndRegisterTestInfo(const char *test_suite_name, const char *name, const char *type_param, const char *value_param, internal::CodeLocation code_location, internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, internal::TearDownTestSuiteFunc tear_down_tc, internal::TestFactoryBase *factory) | testing::TestInfo | friend |
internal::StreamingListenerTest class | testing::TestInfo | friend |
internal::UnitTestImpl class | testing::TestInfo | friend |
is_disabled_ | testing::TestInfo | private |
is_in_another_shard() const | testing::TestInfo | inline |
is_in_another_shard_ | testing::TestInfo | private |
is_reportable() const | testing::TestInfo | inline |
line() const | testing::TestInfo | inline |
location_ | testing::TestInfo | private |
matches_filter_ | testing::TestInfo | private |
name() const | testing::TestInfo | inline |
name_ | testing::TestInfo | private |
result() const | testing::TestInfo | inline |
result_ | testing::TestInfo | private |
Run() | testing::TestInfo | private |
should_run() const | testing::TestInfo | inline |
should_run_ | testing::TestInfo | private |
Skip() | testing::TestInfo | private |
Test class | testing::TestInfo | friend |
test_case_name() const | testing::TestInfo | inline |
test_suite_name() const | testing::TestInfo | inline |
test_suite_name_ | testing::TestInfo | private |
TestInfo(const std::string &test_suite_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) | testing::TestInfo | private |
TestSuite class | testing::TestInfo | friend |
type_param() const | testing::TestInfo | inline |
type_param_ | testing::TestInfo | private |
value_param() const | testing::TestInfo | inline |
value_param_ | testing::TestInfo | private |
~TestInfo() | testing::TestInfo | |