Public Types | Public Member Functions | Static Private Member Functions | Static Private Attributes | Friends | List of all members
testing::WithParamInterface< T > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::WithParamInterface< T >:
Inheritance graph
[legend]

Public Types

typedef T ParamType
 

Public Member Functions

const ParamTypeGetParam () const
 
virtual ~WithParamInterface ()
 

Static Private Member Functions

static void SetParam (const ParamType *parameter)
 

Static Private Attributes

static const ParamTypeparameter_ = NULL
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 

Detailed Description

template<typename T>
class testing::WithParamInterface< T >

Definition at line 19213 of file gtest.h.

Member Typedef Documentation

◆ ParamType

template<typename T >
typedef T testing::WithParamInterface< T >::ParamType

Definition at line 19215 of file gtest.h.

Constructor & Destructor Documentation

◆ ~WithParamInterface()

template<typename T >
virtual testing::WithParamInterface< T >::~WithParamInterface ( )
inlinevirtual

Definition at line 19216 of file gtest.h.

Member Function Documentation

◆ GetParam()

template<typename T >
const ParamType& testing::WithParamInterface< T >::GetParam ( ) const
inline

Definition at line 19223 of file gtest.h.

◆ SetParam()

template<typename T >
static void testing::WithParamInterface< T >::SetParam ( const ParamType parameter)
inlinestaticprivate

Definition at line 19233 of file gtest.h.

Friends And Related Function Documentation

◆ internal::ParameterizedTestFactory

template<typename T >
template<class TestClass >
friend class internal::ParameterizedTestFactory
friend

Definition at line 19241 of file gtest.h.

Member Data Documentation

◆ parameter_

template<typename T >
const T * testing::WithParamInterface< T >::parameter_ = NULL
staticprivate

Definition at line 19238 of file gtest.h.


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


self_test
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs and Blaise Gassend
autogenerated on Sat Apr 27 2024 02:18:01