proxygen
testing::internal::TestPropertyKeyIs Class Reference

#include <gtest-internal-inl.h>

Public Member Functions

 TestPropertyKeyIs (const std::string &key)
 
bool operator() (const TestProperty &test_property) const
 
 TestPropertyKeyIs (const std::string &key)
 
bool operator() (const TestProperty &test_property) const
 
 TestPropertyKeyIs (const std::string &key)
 
bool operator() (const TestProperty &test_property) const
 

Private Attributes

std::string key_
 

Detailed Description

Definition at line 347 of file gtest-internal-inl.h.

Constructor & Destructor Documentation

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

Member Function Documentation

bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty test_property) const
inline

Definition at line 355 of file gtest-internal-inl.h.

References testing::TestProperty::key().

355  {
356  return test_property.key() == key_;
357  }
bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty test_property) const
inline
bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty test_property) const
inline

Member Data Documentation

std::string testing::internal::TestPropertyKeyIs::key_
private

Definition at line 360 of file gtest-internal-inl.h.


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