Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Classes | |
struct | InstantiationInfo |
struct | TestInfo |
Public Types | |
using | ParamType = typename TestSuite::ParamType |
using | ParamNameGeneratorFunc = std::string(const TestParamInfo< ParamType > &) |
Public Member Functions | |
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, CodeLocation code_location) |
int | AddTestSuiteInstantiation (const std::string &instantiation_name, GeneratorCreationFunc *func, ParamNameGeneratorFunc *name_func, const char *file, int line) |
void | RegisterTests () override |
Public Member Functions inherited from testing::internal::ParameterizedTestSuiteInfoBase | |
virtual | ~ParameterizedTestSuiteInfoBase () |
Private Types | |
using | TestInfoContainer = ::std::vector< std::shared_ptr< TestInfo > > |
typedef ::std::vector < InstantiationInfo > | InstantiationContainer |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestSuiteInfo) | |
Static Private Member Functions | |
static bool | IsValidParamName (const std::string &name) |
Private Attributes | |
const std::string | test_suite_name_ |
CodeLocation | code_location_ |
TestInfoContainer | tests_ |
InstantiationContainer | instantiations_ |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::ParameterizedTestSuiteInfoBase | |
ParameterizedTestSuiteInfoBase () | |
Definition at line 496 of file gtest-param-util.h.
using testing::internal::ParameterizedTestSuiteInfo< TestSuite >::ParamType = typename TestSuite::ParamType |
Definition at line 501 of file gtest-param-util.h.
using testing::internal::ParameterizedTestSuiteInfo< TestSuite >::ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&) |
Definition at line 504 of file gtest-param-util.h.
|
private |
Definition at line 626 of file gtest-param-util.h.
|
private |
Definition at line 648 of file gtest-param-util.h.
|
inlineexplicit |
Definition at line 506 of file gtest-param-util.h.
typedef testing::internal::ParameterizedTestSuiteInfo< TestSuite >::ParamGenerator | ( | GeneratorCreationFunc | ) |
|
inlineoverridevirtual |
Implements testing::internal::ParameterizedTestSuiteInfoBase.
Definition at line 511 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParameterizedTestSuiteInfoBase.
Definition at line 515 of file gtest-param-util.h.
|
inline |
Definition at line 522 of file gtest-param-util.h.
|
inline |
Definition at line 530 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParameterizedTestSuiteInfoBase.
Definition at line 543 of file gtest-param-util.h.
|
inlinestaticprivate |
Definition at line 650 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 664 of file gtest-param-util.h.
|
private |
Definition at line 665 of file gtest-param-util.h.
|
private |
Definition at line 666 of file gtest-param-util.h.
|
private |
Definition at line 667 of file gtest-param-util.h.