#include <gtest.h>
Public Types | |
typedef T | ParamType |
Public Member Functions | |
const ParamType & | GetParam () const |
virtual | ~WithParamInterface () |
Static Private Member Functions | |
static void | SetParam (const ParamType *parameter) |
Static Private Attributes | |
static const ParamType * | parameter_ = NULL |
Friends | |
class | internal::ParameterizedTestFactory |
typedef T testing::WithParamInterface< T >::ParamType |
virtual testing::WithParamInterface< T >::~WithParamInterface | ( | ) | [inline, virtual] |
const ParamType& testing::WithParamInterface< T >::GetParam | ( | ) | const [inline] |
static void testing::WithParamInterface< T >::SetParam | ( | const ParamType * | parameter | ) | [inline, static, private] |
friend class internal::ParameterizedTestFactory [friend] |
const T * testing::WithParamInterface< T >::parameter_ = NULL [static, private] |