Qucs-core
0.0.19
|
#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 | |
class | internal::ParameterizedTestFactory |
Definition at line 19213 of file fused-src/gtest/gtest.h.
typedef T testing::WithParamInterface< T >::ParamType |
Definition at line 19215 of file fused-src/gtest/gtest.h.
virtual testing::WithParamInterface< T >::~WithParamInterface | ( | ) | [inline, virtual] |
Definition at line 19216 of file fused-src/gtest/gtest.h.
const ParamType& testing::WithParamInterface< T >::GetParam | ( | ) | const [inline] |
Definition at line 19223 of file fused-src/gtest/gtest.h.
static void testing::WithParamInterface< T >::SetParam | ( | const ParamType * | parameter | ) | [inline, static, private] |
Definition at line 19233 of file fused-src/gtest/gtest.h.
friend class internal::ParameterizedTestFactory [friend] |
Definition at line 19241 of file fused-src/gtest/gtest.h.
const T * testing::WithParamInterface< T >::parameter_ = NULL [static, private] |
Definition at line 19238 of file fused-src/gtest/gtest.h.