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

#include <ts_gtest.h>

Inherited by perf::TestBaseWithParam< T >, and testing::TestWithParam< T >.

Public Types

typedef T ParamType
 

Public Member Functions

virtual ~WithParamInterface ()
 
const ParamTypeGetParam () const
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Friends And Related Function Documentation

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

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