Qucs-core
0.0.19
|
#include <gtest.h>
Data Structures | |
struct | TestInfo |
Public Types | |
typedef TestCase::ParamType | ParamType |
Public Member Functions | |
typedef | ParamGenerator (GeneratorCreationFunc)() |
ParameterizedTestCaseInfo (const char *name) | |
virtual const string & | GetTestCaseName () const |
virtual TypeId | GetTestCaseTypeId () const |
void | AddTestPattern (const char *test_case_name, const char *test_base_name, TestMetaFactoryBase< ParamType > *meta_factory) |
int | AddTestCaseInstantiation (const string &instantiation_name, GeneratorCreationFunc *func, const char *, int) |
virtual void | RegisterTests () |
Private Types | |
typedef ::std::vector < linked_ptr< TestInfo > > | TestInfoContainer |
typedef ::std::vector < std::pair< string, GeneratorCreationFunc * > > | InstantiationContainer |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestCaseInfo) | |
Private Attributes | |
const string | test_case_name_ |
TestInfoContainer | tests_ |
InstantiationContainer | instantiations_ |
Definition at line 10443 of file fused-src/gtest/gtest.h.
typedef ::std::vector<std::pair<string, GeneratorCreationFunc*> > testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationContainer [private] |
Definition at line 10540 of file fused-src/gtest/gtest.h.
typedef TestCase::ParamType testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamType |
Definition at line 10448 of file fused-src/gtest/gtest.h.
typedef ::std::vector<linked_ptr<TestInfo> > testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfoContainer [private] |
Definition at line 10536 of file fused-src/gtest/gtest.h.
testing::internal::ParameterizedTestCaseInfo< TestCase >::ParameterizedTestCaseInfo | ( | const char * | name | ) | [inline, explicit] |
Definition at line 10452 of file fused-src/gtest/gtest.h.
int testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestCaseInstantiation | ( | const string & | instantiation_name, |
GeneratorCreationFunc * | func, | ||
const char * | , | ||
int | |||
) | [inline] |
Definition at line 10474 of file fused-src/gtest/gtest.h.
void testing::internal::ParameterizedTestCaseInfo< TestCase >::AddTestPattern | ( | const char * | test_case_name, |
const char * | test_base_name, | ||
TestMetaFactoryBase< ParamType > * | meta_factory | ||
) | [inline] |
Definition at line 10465 of file fused-src/gtest/gtest.h.
virtual const string& testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseName | ( | ) | const [inline, virtual] |
Implements testing::internal::ParameterizedTestCaseInfoBase.
Definition at line 10456 of file fused-src/gtest/gtest.h.
virtual TypeId testing::internal::ParameterizedTestCaseInfo< TestCase >::GetTestCaseTypeId | ( | ) | const [inline, virtual] |
Implements testing::internal::ParameterizedTestCaseInfoBase.
Definition at line 10458 of file fused-src/gtest/gtest.h.
testing::internal::ParameterizedTestCaseInfo< TestCase >::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | ParameterizedTestCaseInfo< TestCase > | ) | [private] |
typedef testing::internal::ParameterizedTestCaseInfo< TestCase >::ParamGenerator | ( | GeneratorCreationFunc | ) |
virtual void testing::internal::ParameterizedTestCaseInfo< TestCase >::RegisterTests | ( | ) | [inline, virtual] |
Implements testing::internal::ParameterizedTestCaseInfoBase.
Definition at line 10486 of file fused-src/gtest/gtest.h.
InstantiationContainer testing::internal::ParameterizedTestCaseInfo< TestCase >::instantiations_ [private] |
Definition at line 10544 of file fused-src/gtest/gtest.h.
const string testing::internal::ParameterizedTestCaseInfo< TestCase >::test_case_name_ [private] |
Definition at line 10542 of file fused-src/gtest/gtest.h.
TestInfoContainer testing::internal::ParameterizedTestCaseInfo< TestCase >::tests_ [private] |
Definition at line 10543 of file fused-src/gtest/gtest.h.