Electroneum
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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TestPropertyKeyIs() [1/2]

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

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

352 : key_(key) {}
const char * key
Definition: hmac_keccak.cpp:39

◆ TestPropertyKeyIs() [2/2]

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

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

352 : key_(key) {}
const char * key
Definition: hmac_keccak.cpp:39

Member Function Documentation

◆ operator()() [1/2]

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

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

355  {
356  return test_property.key() == key_;
357  }
Here is the call graph for this function:

◆ operator()() [2/2]

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

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

355  {
356  return test_property.key() == key_;
357  }
Here is the call graph for this function:

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