Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Private Attributes | List of all members
testing::internal::TypeParameterizedTestSuiteRegistry Class Reference

#include <gtest-param-util.h>

Classes

struct  TypeParameterizedTestSuiteInfo
 

Public Member Functions

void RegisterTestSuite (const char *test_suite_name, CodeLocation code_location)
 
void RegisterInstantiation (const char *test_suite_name)
 
void CheckForInstantiations ()
 

Private Attributes

std::map< std::string,
TypeParameterizedTestSuiteInfo
suites_
 

Detailed Description

Definition at line 750 of file gtest-param-util.h.

Member Function Documentation

void testing::internal::TypeParameterizedTestSuiteRegistry::RegisterTestSuite ( const char *  test_suite_name,
CodeLocation  code_location 
)

Definition at line 531 of file gtest.cc.

void testing::internal::TypeParameterizedTestSuiteRegistry::RegisterInstantiation ( const char *  test_suite_name)

Definition at line 537 of file gtest.cc.

void testing::internal::TypeParameterizedTestSuiteRegistry::CheckForInstantiations ( )

Definition at line 548 of file gtest.cc.

Member Data Documentation

std::map<std::string, TypeParameterizedTestSuiteInfo> testing::internal::TypeParameterizedTestSuiteRegistry::suites_
private

Definition at line 772 of file gtest-param-util.h.


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