#include <gtest.h>
|
| 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) |
| |
Definition at line 644 of file gtest.h.
◆ ~TestInfo() [1/2]
| testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ ~TestInfo() [2/2]
| testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ file() [1/2]
| const char* testing::TestInfo::file |
( |
void |
| ) |
const |
|
inline |
Definition at line 673 of file gtest.h.
673 {
return location_.
file.c_str(); }
◆ file() [2/2]
| const char* testing::TestInfo::file |
( |
void |
| ) |
const |
|
inline |
Definition at line 673 of file gtest.h.
673 {
return location_.
file.c_str(); }
◆ is_reportable() [1/2]
| bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
Definition at line 697 of file gtest.h.
701 return matches_filter_;
◆ is_reportable() [2/2]
| bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
Definition at line 697 of file gtest.h.
701 return matches_filter_;
◆ line() [1/2]
| int testing::TestInfo::line |
( |
void |
| ) |
const |
|
inline |
Definition at line 676 of file gtest.h.
676 {
return location_.
line; }
◆ line() [2/2]
| int testing::TestInfo::line |
( |
void |
| ) |
const |
|
inline |
Definition at line 676 of file gtest.h.
676 {
return location_.
line; }
◆ name() [1/2]
| const char* testing::TestInfo::name |
( |
| ) |
const |
|
inline |
Definition at line 654 of file gtest.h.
654 {
return name_.c_str(); }
◆ name() [2/2]
| const char* testing::TestInfo::name |
( |
| ) |
const |
|
inline |
Definition at line 654 of file gtest.h.
654 {
return name_.c_str(); }
◆ result() [1/2]
| const TestResult* testing::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ result() [2/2]
| const TestResult* testing::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ should_run() [1/2]
| bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
Definition at line 694 of file gtest.h.
694 {
return should_run_; }
◆ should_run() [2/2]
| bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
Definition at line 694 of file gtest.h.
694 {
return should_run_; }
◆ test_case_name() [1/2]
| const char* testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
Definition at line 651 of file gtest.h.
651 {
return test_case_name_.c_str(); }
◆ test_case_name() [2/2]
| const char* testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
Definition at line 651 of file gtest.h.
651 {
return test_case_name_.c_str(); }
◆ type_param() [1/2]
| const char* testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
Definition at line 658 of file gtest.h.
659 if (type_param_.
get() != NULL)
660 return type_param_->c_str();
◆ type_param() [2/2]
| const char* testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
Definition at line 658 of file gtest.h.
659 if (type_param_.
get() != NULL)
660 return type_param_->c_str();
◆ value_param() [1/2]
| const char* testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
Definition at line 666 of file gtest.h.
667 if (value_param_.
get() != NULL)
668 return value_param_->c_str();
◆ value_param() [2/2]
| const char* testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
Definition at line 666 of file gtest.h.
667 if (value_param_.
get() != NULL)
668 return value_param_->c_str();
◆ internal::MakeAndRegisterTestInfo [1/2]
◆ internal::MakeAndRegisterTestInfo [2/2]
◆ internal::StreamingListenerTest
| internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestImpl
◆ Test
◆ TestCase
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h