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

Public Member Functions

 TestCaseNameIs (const std::string &name)
 
bool operator() (const TestCase *test_case) const
 

Private Attributes

std::string name_
 

Detailed Description

Definition at line 4475 of file gtest.cc.

View newest version in sPHENIX GitHub at line 4475 of file gtest.cc

Constructor & Destructor Documentation

testing::internal::TestCaseNameIs::TestCaseNameIs ( const std::string &  name)
inlineexplicit

Definition at line 4478 of file gtest.cc.

View newest version in sPHENIX GitHub at line 4478 of file gtest.cc

Member Function Documentation

bool testing::internal::TestCaseNameIs::operator() ( const TestCase test_case) const
inline

Definition at line 4482 of file gtest.cc.

View newest version in sPHENIX GitHub at line 4482 of file gtest.cc

References testing::TestCase::name(), and name_.

+ Here is the call graph for this function:

Member Data Documentation

std::string testing::internal::TestCaseNameIs::name_
private

Definition at line 4487 of file gtest.cc.

View newest version in sPHENIX GitHub at line 4487 of file gtest.cc

Referenced by operator()().


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