Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
TestGenerationTest Class Reference
Inheritance diagram for TestGenerationTest:

Public Types

enum  { PARAMETER_COUNT }
typedef TestGenerationEnvironment< PARAMETER_COUNTEnvironment
Public Types inherited from testing::WithParamInterface< T >
typedef T ParamType

Public Member Functions

 TestGenerationTest ()
void SetUp () override
void TearDown () override
Public Member Functions inherited from testing::Test
virtual ~Test ()
Public Member Functions inherited from testing::WithParamInterface< T >
virtual ~WithParamInterface ()

Static Public Member Functions

static void SetUpTestSuite ()
static void TearDownTestSuite ()
Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
static void TearDownTestSuite ()
static void TearDownTestCase ()
static void SetUpTestCase ()
static bool HasFatalFailure ()
static bool HasNonfatalFailure ()
static bool IsSkipped ()
static bool HasFailure ()
static void RecordProperty (const std::string &key, const std::string &value)
static void RecordProperty (const std::string &key, int value)
Static Public Member Functions inherited from testing::WithParamInterface< T >
static const ParamTypeGetParam ()

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

Protected Member Functions inherited from testing::Test
 Test ()

Detailed Description

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

Member Typedef Documentation

◆ Environment

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PARAMETER_COUNT 

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

Constructor & Destructor Documentation

◆ TestGenerationTest()

TestGenerationTest::TestGenerationTest ( )
inline

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

Member Function Documentation

◆ SetUp()

void TestGenerationTest::SetUp ( )
inlineoverridevirtual

Reimplemented from testing::Test.

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

◆ TearDown()

void TestGenerationTest::TearDown ( )
inlineoverridevirtual

Reimplemented from testing::Test.

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

◆ SetUpTestSuite()

void TestGenerationTest::SetUpTestSuite ( )
inlinestatic

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

◆ TearDownTestSuite()

void TestGenerationTest::TearDownTestSuite ( )
inlinestatic

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

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

TestGenerationTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestGenerationTest )
private

Member Data Documentation

◆ current_parameter_

int TestGenerationTest::current_parameter_
protected

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

◆ collected_parameters_

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: