Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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, TypeParameterizedTestSuiteInfosuites_
 

Detailed Description

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

Member Function Documentation

◆ RegisterTestSuite()

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

Definition at line 531 of file gtest.cc.

◆ RegisterInstantiation()

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

Definition at line 537 of file gtest.cc.

◆ CheckForInstantiations()

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

Definition at line 548 of file gtest.cc.

Member Data Documentation

◆ suites_

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: