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

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParameterizedTestFactory< TestClass >:
Inheritance graph
[legend]

Public Types

typedef TestClass::ParamType ParamType
 

Public Member Functions

 ParameterizedTestFactory (ParamType parameter)
 
TestCreateTest () override
 
- Public Member Functions inherited from testing::internal::TestFactoryBase
virtual ~TestFactoryBase ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestFactory)
 

Private Attributes

const ParamType parameter_
 

Additional Inherited Members

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

Detailed Description

template<class TestClass>
class testing::internal::ParameterizedTestFactory< TestClass >

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

Member Typedef Documentation

template<class TestClass >
typedef TestClass::ParamType testing::internal::ParameterizedTestFactory< TestClass >::ParamType

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

Constructor & Destructor Documentation

template<class TestClass >
testing::internal::ParameterizedTestFactory< TestClass >::ParameterizedTestFactory ( ParamType  parameter)
inlineexplicit

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

Member Function Documentation

template<class TestClass >
Test* testing::internal::ParameterizedTestFactory< TestClass >::CreateTest ( )
inlineoverridevirtual

Implements testing::internal::TestFactoryBase.

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

template<class TestClass >
testing::internal::ParameterizedTestFactory< TestClass >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ParameterizedTestFactory< TestClass >  )
private

Member Data Documentation

template<class TestClass >
const ParamType testing::internal::ParameterizedTestFactory< TestClass >::parameter_
private

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


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