Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TestPropertyKeyIs()

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

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

348: key_(key) {}

Member Function Documentation

◆ operator()()

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

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

351 {
352 return test_property.key() == key_;
353 }
Here is the call graph for this function:

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