Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Attributes | List of all members
testing::TestProperty Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/gtest.h>

Public Member Functions

 TestProperty (const char *a_key, const char *a_value)
 
const char * key () const
 
void SetValue (const char *new_value)
 
const char * value () const
 

Private Attributes

internal::String key_
 
internal::String value_
 

Constructor & Destructor Documentation

testing::TestProperty::TestProperty ( const char *  a_key,
const char *  a_value 
)
inline

Member Function Documentation

const char* testing::TestProperty::key ( ) const
inline
void testing::TestProperty::SetValue ( const char *  new_value)
inline
const char* testing::TestProperty::value ( ) const
inline

Member Data Documentation

internal::String testing::TestProperty::key_
private
internal::String testing::TestProperty::value_
private

The documentation for this class was generated from the following file: