Classes | Public Types | Public Member Functions
testing::internal::ParameterizedTestCaseInfo< TestCase > Class Template Reference

#include <ts_gtest.h>

Inherits testing::internal::ParameterizedTestCaseInfoBase.

List of all members.

Classes

struct  TestInfo

Public Types

typedef TestCase::ParamType ParamType

Public Member Functions

typedef ParamGenerator (GeneratorCreationFunc)()
 ParameterizedTestCaseInfo (const char *name)
virtual const stringGetTestCaseName () const
virtual TypeId GetTestCaseTypeId () const
void AddTestPattern (const char *test_case_name, const char *test_base_name, TestMetaFactoryBase< ParamType > *meta_factory)
int AddTestCaseInstantiation (const string &instantiation_name, GeneratorCreationFunc *func, const char *, int)
virtual void RegisterTests ()

template<class TestCase>
class testing::internal::ParameterizedTestCaseInfo< TestCase >


Member Typedef Documentation

template<class TestCase>
typedef TestCase::ParamType testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamType

Constructor & Destructor Documentation

template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::ParameterizedTestCaseInfo ( const char *  name) [explicit]

Member Function Documentation

template<class TestCase>
typedef testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamGenerator ( GeneratorCreationFunc  )
template<class TestCase>
virtual const string& testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseName ( ) const [virtual]
template<class TestCase>
virtual TypeId testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseTypeId ( ) const [virtual]
template<class TestCase>
void testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestPattern ( const char *  test_case_name,
const char *  test_base_name,
TestMetaFactoryBase< ParamType > *  meta_factory 
)
template<class TestCase>
int testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestCaseInstantiation ( const string instantiation_name,
GeneratorCreationFunc *  func,
const char *  ,
int   
)
template<class TestCase>
virtual void testing::internal::ParameterizedTestCaseInfo< TestCase >::RegisterTests ( ) [virtual]

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