Classes | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
testing::internal::ParameterizedTestCaseInfo< TestCase > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::ParameterizedTestCaseInfo< TestCase >:
Inheritance graph
[legend]

Classes

struct  TestInfo
 

Public Types

typedef TestCase::ParamType ParamType
 
typedef TestCase::ParamType ParamType
 

Public Member Functions

int AddTestCaseInstantiation (const string &instantiation_name, GeneratorCreationFunc *func, const char *, int)
 
int AddTestCaseInstantiation (const string &instantiation_name, GeneratorCreationFunc *func, const char *, int)
 
void AddTestPattern (const char *test_case_name, const char *test_base_name, TestMetaFactoryBase< ParamType > *meta_factory)
 
void AddTestPattern (const char *test_case_name, const char *test_base_name, TestMetaFactoryBase< ParamType > *meta_factory)
 
virtual const stringGetTestCaseName () const
 
virtual const stringGetTestCaseName () const
 
virtual TypeId GetTestCaseTypeId () const
 
virtual TypeId GetTestCaseTypeId () const
 
 ParameterizedTestCaseInfo (const char *name)
 
 ParameterizedTestCaseInfo (const char *name)
 
typedef ParamGenerator (GeneratorCreationFunc)()
 
typedef ParamGenerator (GeneratorCreationFunc)()
 
virtual void RegisterTests ()
 
virtual void RegisterTests ()
 
- Public Member Functions inherited from testing::internal::ParameterizedTestCaseInfoBase
virtual ~ParameterizedTestCaseInfoBase ()
 
virtual ~ParameterizedTestCaseInfoBase ()
 

Private Types

typedef ::std::vector< std::pair< string, GeneratorCreationFunc * > > InstantiationContainer
 
typedef ::std::vector< std::pair< string, GeneratorCreationFunc * > > InstantiationContainer
 
typedef ::std::vector< linked_ptr< TestInfo > > TestInfoContainer
 
typedef ::std::vector< linked_ptr< TestInfo > > TestInfoContainer
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestCaseInfo)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestCaseInfo)
 

Private Attributes

InstantiationContainer instantiations_
 
const string test_case_name_
 
TestInfoContainer tests_
 

Additional Inherited Members

- Protected Member Functions inherited from testing::internal::ParameterizedTestCaseInfoBase
 ParameterizedTestCaseInfoBase ()
 
 ParameterizedTestCaseInfoBase ()
 

Detailed Description

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

Definition at line 11128 of file gmock/fused-src/gtest/gtest.h.

Member Typedef Documentation

template<class TestCase>
typedef ::std::vector<std::pair<string, GeneratorCreationFunc *> > testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationContainer
private

Definition at line 11237 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
typedef ::std::vector<std::pair<string, GeneratorCreationFunc *> > testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationContainer
private

Definition at line 11237 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 11134 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 11134 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
typedef ::std::vector<linked_ptr<TestInfo> > testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfoContainer
private

Definition at line 11233 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
typedef ::std::vector<linked_ptr<TestInfo> > testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfoContainer
private

Definition at line 11233 of file gmock/gtest/fused-src/gtest/gtest.h.

Constructor & Destructor Documentation

template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::ParameterizedTestCaseInfo ( const char *  name)
inlineexplicit

Definition at line 11138 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::ParameterizedTestCaseInfo ( const char *  name)
inlineexplicit

Definition at line 11138 of file gmock/gtest/fused-src/gtest/gtest.h.

Member Function Documentation

template<class TestCase>
int testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestCaseInstantiation ( const string instantiation_name,
GeneratorCreationFunc *  func,
const char *  ,
int   
)
inline

Definition at line 11161 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
int testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestCaseInstantiation ( const string instantiation_name,
GeneratorCreationFunc *  func,
const char *  ,
int   
)
inline

Definition at line 11161 of file gmock/gtest/fused-src/gtest/gtest.h.

template<class TestCase>
void testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestPattern ( const char *  test_case_name,
const char *  test_base_name,
TestMetaFactoryBase< ParamType > *  meta_factory 
)
inline

Definition at line 11151 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
void testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestPattern ( const char *  test_case_name,
const char *  test_base_name,
TestMetaFactoryBase< ParamType > *  meta_factory 
)
inline

Definition at line 11151 of file gmock/gtest/fused-src/gtest/gtest.h.

template<class TestCase>
virtual const string& testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseName ( ) const
inlinevirtual
template<class TestCase>
virtual const string& testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseName ( ) const
inlinevirtual
template<class TestCase>
virtual TypeId testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseTypeId ( ) const
inlinevirtual
template<class TestCase>
virtual TypeId testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseTypeId ( ) const
inlinevirtual
template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ParameterizedTestCaseInfo< TestCase )
private
template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ParameterizedTestCaseInfo< TestCase )
private
template<class TestCase>
typedef testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamGenerator ( GeneratorCreationFunc  )
template<class TestCase>
typedef testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamGenerator ( GeneratorCreationFunc  )
template<class TestCase>
virtual void testing::internal::ParameterizedTestCaseInfo< TestCase >::RegisterTests ( )
inlinevirtual
template<class TestCase>
virtual void testing::internal::ParameterizedTestCaseInfo< TestCase >::RegisterTests ( )
inlinevirtual

Member Data Documentation

template<class TestCase>
InstantiationContainer testing::internal::ParameterizedTestCaseInfo< TestCase >::instantiations_
private

Definition at line 11241 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
const string testing::internal::ParameterizedTestCaseInfo< TestCase >::test_case_name_
private

Definition at line 11239 of file gmock/fused-src/gtest/gtest.h.

template<class TestCase>
TestInfoContainer testing::internal::ParameterizedTestCaseInfo< TestCase >::tests_
private

Definition at line 11240 of file gmock/fused-src/gtest/gtest.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11