#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) |
|
Definition at line 533 of file gtest.h.
testing::TestProperty::TestProperty |
( |
const std::string & |
a_key, |
|
|
const std::string & |
a_value |
|
) |
| |
|
inline |
const char* testing::TestProperty::key |
( |
| ) |
const |
|
inline |
const char* testing::TestProperty::value |
( |
| ) |
const |
|
inline |
void testing::TestProperty::SetValue |
( |
const std::string & |
new_value | ) |
|
|
inline |
std::string testing::TestProperty::key_ |
|
private |
std::string testing::TestProperty::value_ |
|
private |
The documentation for this class was generated from the following file: