Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 5549 of file gtest.cc.

Member Function Documentation

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

Definition at line 5552 of file gtest.cc.

Member Data Documentation

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: