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 | Static 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

virtual ~WithParamInterface ()
 

Static Public Member Functions

static const ParamTypeGetParam ()
 

Static Private Member Functions

static void SetParam (const ParamType *parameter)
 

Static Private Attributes

static const ParamTypeparameter_ = nullptr
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 

Detailed Description

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

Definition at line 1860 of file gtest.h.

Member Typedef Documentation

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

Definition at line 1862 of file gtest.h.

Constructor & Destructor Documentation

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

Definition at line 1863 of file gtest.h.

Member Function Documentation

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

Definition at line 1867 of file gtest.h.

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

Definition at line 1877 of file gtest.h.

Friends And Related Function Documentation

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

Definition at line 1885 of file gtest.h.

Member Data Documentation

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

Definition at line 1882 of file gtest.h.


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