|
using | ParamType = typename TestSuite::ParamType |
|
using | ParamNameGeneratorFunc = std::string(const TestParamInfo< ParamType > &) |
|
|
typedef | ParamGenerator (GeneratorCreationFunc)() |
|
| ParameterizedTestSuiteInfo (const char *name, CodeLocation code_location) |
|
const std::string & | GetTestSuiteName () const override |
|
TypeId | GetTestSuiteTypeId () const override |
|
void | AddTestPattern (const char *test_suite_name, const char *test_base_name, TestMetaFactoryBase< ParamType > *meta_factory) |
|
int | AddTestSuiteInstantiation (const std::string &instantiation_name, GeneratorCreationFunc *func, ParamNameGeneratorFunc *name_func, const char *file, int line) |
|
void | RegisterTests () override |
|
The documentation for this class was generated from the following file: