QUDA  v1.1.0
A library for QCD on GPUs
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 536 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 541 of file gtest.h.

Member Function Documentation

◆ key()

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

Definition at line 546 of file gtest.h.

◆ SetValue()

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

Definition at line 556 of file gtest.h.

◆ value()

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

Definition at line 551 of file gtest.h.


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