GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Member Functions | List of all members
testing::TestProperty Class Reference

#include <gtest.h>

Public Member Functions

 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)
 

Constructor & Destructor Documentation

◆ TestProperty() [1/2]

testing::TestProperty::TestProperty ( const std::string &  a_key,
const std::string &  a_value 
)
inline

◆ TestProperty() [2/2]

testing::TestProperty::TestProperty ( const std::string &  a_key,
const std::string &  a_value 
)
inline

Member Function Documentation

◆ 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 ( ) const
inline

◆ value() [2/2]

const char* testing::TestProperty::value ( ) const
inline

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