Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | List of all members
TestGenerationTest Class Reference

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

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestGenerationTest)
 

Detailed Description

Definition at line 611 of file googletest-param-test-test.cc.

Member Typedef Documentation

Definition at line 618 of file googletest-param-test-test.cc.

Member Enumeration Documentation

anonymous enum
Enumerator
PARAMETER_COUNT 

Definition at line 613 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

TestGenerationTest::TestGenerationTest ( )
inline

Definition at line 620 of file googletest-param-test-test.cc.

Member Function Documentation

void TestGenerationTest::SetUp ( )
inlineoverride

Definition at line 624 of file googletest-param-test-test.cc.

void TestGenerationTest::TearDown ( )
inlineoverride

Definition at line 628 of file googletest-param-test-test.cc.

static void TestGenerationTest::SetUpTestSuite ( )
inlinestatic

Definition at line 633 of file googletest-param-test-test.cc.

static void TestGenerationTest::TearDownTestSuite ( )
inlinestatic

Definition at line 654 of file googletest-param-test-test.cc.

TestGenerationTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestGenerationTest  )
private

Member Data Documentation

int TestGenerationTest::current_parameter_
protected

Definition at line 667 of file googletest-param-test-test.cc.

vector< int > TestGenerationTest::collected_parameters_
staticprotected

Definition at line 668 of file googletest-param-test-test.cc.


The documentation for this class was generated from the following file: