#include <gtest.h>
Public Member Functions | |
const char * | key () const |
void | SetValue (const char *new_value) |
TestProperty (const char *a_key, const char *a_value) | |
const char * | value () const |
Private Attributes | |
internal::String | key_ |
internal::String | value_ |
testing::TestProperty::TestProperty | ( | const char * | a_key, |
const char * | a_value | ||
) | [inline] |
const char* testing::TestProperty::key | ( | ) | const [inline] |
void testing::TestProperty::SetValue | ( | const char * | new_value | ) | [inline] |
const char* testing::TestProperty::value | ( | ) | const [inline] |
internal::String testing::TestProperty::key_ [private] |