#include <gtest.h>
|
| | TestProperty (const std::string &a_key, const std::string &a_value) |
| |
| const char * | key () const |
| |
| const char * | value () const |
| |
| void | SetValue (const std::string &new_value) |
| |
| | TestProperty (const std::string &a_key, const std::string &a_value) |
| |
| const char * | key () const |
| |
| const char * | value () const |
| |
| void | SetValue (const std::string &new_value) |
| |
Definition at line 486 of file gtest.h.
◆ TestProperty() [1/2]
| testing::TestProperty::TestProperty |
( |
const std::string & |
a_key, |
|
|
const std::string & |
a_value |
|
) |
| |
|
inline |
Definition at line 491 of file gtest.h.
492 key_(a_key), value_(a_value) {
◆ TestProperty() [2/2]
| testing::TestProperty::TestProperty |
( |
const std::string & |
a_key, |
|
|
const std::string & |
a_value |
|
) |
| |
|
inline |
Definition at line 491 of file gtest.h.
492 key_(a_key), value_(a_value) {
◆ key() [1/2]
| const char* testing::TestProperty::key |
( |
| ) |
const |
|
inline |
◆ key() [2/2]
| const char* testing::TestProperty::key |
( |
| ) |
const |
|
inline |
◆ SetValue() [1/2]
| void testing::TestProperty::SetValue |
( |
const std::string & |
new_value | ) |
|
|
inline |
◆ SetValue() [2/2]
| void testing::TestProperty::SetValue |
( |
const std::string & |
new_value | ) |
|
|
inline |
◆ value() [1/2]
| const char* testing::TestProperty::value |
( |
void |
| ) |
const |
|
inline |
Definition at line 501 of file gtest.h.
502 return value_.c_str();
◆ value() [2/2]
| const char* testing::TestProperty::value |
( |
void |
| ) |
const |
|
inline |
Definition at line 501 of file gtest.h.
502 return value_.c_str();
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