Public Types | |
enum | { PARAMETER_COUNT } |
typedef TestGenerationEnvironment< PARAMETER_COUNT > | Environment |
![]() | |
typedef int | ParamType |
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
TestGenerationTest () | |
![]() | |
virtual | ~Test () |
![]() | |
virtual | ~WithParamInterface () |
Static Public Member Functions | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
![]() | |
static bool | HasFailure () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | IsSkipped () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | SetUpTestSuite () |
static void | TearDownTestCase () |
static void | TearDownTestSuite () |
![]() | |
static const ParamType & | GetParam () |
Protected Attributes | |
int | current_parameter_ |
Static Protected Attributes | |
static vector< int > | collected_parameters_ |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestGenerationTest) | |
Additional Inherited Members | |
![]() | |
Test () | |
Definition at line 609 of file googletest-param-test-test.cc.
Definition at line 616 of file googletest-param-test-test.cc.
anonymous enum |
Enumerator | |
---|---|
PARAMETER_COUNT |
Definition at line 611 of file googletest-param-test-test.cc.
|
inline |
Definition at line 618 of file googletest-param-test-test.cc.
|
private |
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 622 of file googletest-param-test-test.cc.
|
inlinestatic |
Definition at line 631 of file googletest-param-test-test.cc.
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 626 of file googletest-param-test-test.cc.
|
inlinestatic |
Definition at line 652 of file googletest-param-test-test.cc.
|
staticprotected |
Definition at line 666 of file googletest-param-test-test.cc.
|
protected |
Definition at line 665 of file googletest-param-test-test.cc.