Public Member Functions | Private Attributes | List of all members
testing::TestProperty Class Reference

#include <gtest.h>

Public Member Functions

const char * key () const
 
void SetValue (const std::string &new_value)
 
 TestProperty (const std::string &a_key, const std::string &a_value)
 
const char * value () const
 

Private Attributes

std::string key_
 
std::string value_
 

Detailed Description

Definition at line 534 of file gtest.h.

Constructor & Destructor Documentation

◆ TestProperty()

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

Definition at line 539 of file gtest.h.

Member Function Documentation

◆ key()

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

Definition at line 544 of file gtest.h.

◆ SetValue()

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

Definition at line 554 of file gtest.h.

◆ value()

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

Definition at line 549 of file gtest.h.

Member Data Documentation

◆ key_

std::string testing::TestProperty::key_
private

Definition at line 560 of file gtest.h.

◆ value_

std::string testing::TestProperty::value_
private

Definition at line 562 of file gtest.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11