Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::TestProperty Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest.h>

+ Collaboration diagram for testing::TestProperty:

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)
 

Private Attributes

std::string key_
 
std::string value_
 

Detailed Description

Definition at line 486 of file gtest.h.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 496 of file gtest.h

References key_.

Referenced by conftest.RootHashAssertionError::__init__(), testing::internal::TestPropertyKeyIs::operator()(), testing::TestResult::RecordProperty(), and testing::TestResult::ValidateTestProperty().

+ Here is the caller graph for this function:

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

Definition at line 506 of file gtest.h.

View newest version in sPHENIX GitHub at line 506 of file gtest.h

References value_.

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

Definition at line 501 of file gtest.h.

View newest version in sPHENIX GitHub at line 501 of file gtest.h

References value_.

Referenced by testing::TestResult::RecordProperty().

+ Here is the caller graph for this function:

Member Data Documentation

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

Definition at line 512 of file gtest.h.

View newest version in sPHENIX GitHub at line 512 of file gtest.h

Referenced by key().

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

Definition at line 514 of file gtest.h.

View newest version in sPHENIX GitHub at line 514 of file gtest.h

Referenced by SetValue(), and value().


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