Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Types | |
typedef TestClass::ParamType | ParamType |
Public Member Functions | |
ParameterizedTestFactory (ParamType parameter) | |
Test * | CreateTest () override |
Public Member Functions inherited from testing::internal::TestFactoryBase | |
virtual | ~TestFactoryBase () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestFactory) | |
Private Attributes | |
const ParamType | parameter_ |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::TestFactoryBase | |
TestFactoryBase () | |
Definition at line 394 of file gtest-param-util.h.
typedef TestClass::ParamType testing::internal::ParameterizedTestFactory< TestClass >::ParamType |
Definition at line 396 of file gtest-param-util.h.
|
inlineexplicit |
Definition at line 397 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::TestFactoryBase.
Definition at line 399 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 405 of file gtest-param-util.h.