Qucs-core  0.0.19
Public Member Functions | Private Types | Private Member Functions | Private Attributes
testing::internal::ParameterizedTestCaseRegistry Class Reference

#include <gtest.h>

Public Member Functions

 ParameterizedTestCaseRegistry ()
 ~ParameterizedTestCaseRegistry ()
template<class TestCase >
ParameterizedTestCaseInfo
< TestCase > * 
GetTestCasePatternHolder (const char *test_case_name, const char *file, int line)
void RegisterTests ()

Private Types

typedef ::std::vector
< ParameterizedTestCaseInfoBase * > 
TestCaseInfoContainer

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestCaseRegistry)

Private Attributes

TestCaseInfoContainer test_case_infos_

Detailed Description

Definition at line 10555 of file fused-src/gtest/gtest.h.


Member Typedef Documentation

Definition at line 10606 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

Definition at line 10557 of file fused-src/gtest/gtest.h.

Definition at line 10558 of file fused-src/gtest/gtest.h.


Member Function Documentation

template<class TestCase >
ParameterizedTestCaseInfo<TestCase>* testing::internal::ParameterizedTestCaseRegistry::GetTestCasePatternHolder ( const char *  test_case_name,
const char *  file,
int  line 
) [inline]

Definition at line 10568 of file fused-src/gtest/gtest.h.

Definition at line 10598 of file fused-src/gtest/gtest.h.


Field Documentation

Definition at line 10608 of file fused-src/gtest/gtest.h.


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