Public Types | Public Member Functions | Friends
testing::WithParamInterface< T > Class Template Reference

#include <ts_gtest.h>

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

List of all members.

Public Types

typedef T ParamType

Public Member Functions

virtual ~WithParamInterface ()
const ParamTypeGetParam () const

Friends

class internal::ParameterizedTestFactory

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


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>
friend class internal::ParameterizedTestFactory [friend]

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