CHROMA
|
#include <gtest.h>
Public Types | |
typedef T | ParamType |
Public Member Functions | |
virtual | ~WithParamInterface () |
const ParamType & | GetParam () const |
Static Private Member Functions | |
static void | SetParam (const ParamType *parameter) |
Static Private Attributes | |
static const ParamType * | parameter_ = NULL |
Friends | |
template<class TestClass > | |
class | internal::ParameterizedTestFactory |
typedef T testing::WithParamInterface< T >::ParamType |
|
inlinevirtual |
|
inline |
Definition at line 19223 of file gtest.h.
References GTEST_CHECK_.
|
inlinestaticprivate |
|
friend |
|
staticprivate |