|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Inherits TestWithParam< int >.
Public Types | |
| enum | { PARAMETER_COUNT } |
| typedef TestGenerationEnvironment < PARAMETER_COUNT > | Environment |
Public Member Functions | |
| TestGenerationTest () | |
| void | SetUp () override |
| void | TearDown () override |
Static Public Member Functions | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Protected Attributes | |
| int | current_parameter_ |
Static Protected Attributes | |
| static vector< int > | collected_parameters_ |
Private Member Functions | |
| TestGenerationTest (const TestGenerationTest &)=delete | |
| TestGenerationTest & | operator= (const TestGenerationTest &)=delete |
Definition at line 668 of file googletest-param-test-test.cc.
Definition at line 675 of file googletest-param-test-test.cc.
| anonymous enum |
| Enumerator | |
|---|---|
| PARAMETER_COUNT | |
Definition at line 670 of file googletest-param-test-test.cc.
|
inline |
Definition at line 677 of file googletest-param-test-test.cc.
|
privatedelete |
|
inlineoverride |
Definition at line 681 of file googletest-param-test-test.cc.
|
inlineoverride |
Definition at line 685 of file googletest-param-test-test.cc.
|
inlinestatic |
Definition at line 690 of file googletest-param-test-test.cc.
|
inlinestatic |
Definition at line 711 of file googletest-param-test-test.cc.
|
privatedelete |
|
protected |
Definition at line 724 of file googletest-param-test-test.cc.
|
staticprotected |
Definition at line 725 of file googletest-param-test-test.cc.
1.8.5