Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
testing::internal::TestSuiteNameIs Class Reference

Public Member Functions

 TestSuiteNameIs (const std::string &name)
 
bool operator() (const TestSuite *test_suite) const
 

Private Attributes

std::string name_
 

Detailed Description

Definition at line 5546 of file gtest.cc.

Constructor & Destructor Documentation

◆ TestSuiteNameIs()

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

Definition at line 5549 of file gtest.cc.

Member Function Documentation

◆ operator()()

bool testing::internal::TestSuiteNameIs::operator() ( const TestSuite * test_suite) const
inline

Definition at line 5552 of file gtest.cc.

Member Data Documentation

◆ name_

std::string testing::internal::TestSuiteNameIs::name_
private

Definition at line 5558 of file gtest.cc.


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