v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
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)
 

Detailed Description

Definition at line 486 of file gtest.h.

Constructor & Destructor Documentation

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

Definition at line 491 of file gtest.h.

Member Function Documentation

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

Definition at line 496 of file gtest.h.

Referenced by testing::internal::TestPropertyKeyIs::operator()().

Here is the caller graph for this function:

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

Definition at line 501 of file gtest.h.

void testing::TestProperty::SetValue ( const std::string &  new_value)
inline

Definition at line 506 of file gtest.h.


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