Home | History | Annotate | Download | only in internal

Lines Matching refs:ParameterizedTestCaseInfoBase

407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase {
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 ParameterizedTestCaseInfoBase() {}
433 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
485 // instance of a ParameterizedTestCaseInfoBase derived class.
552 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
607 typedef ::std::vector<ParameterizedTestCaseInfoBase*> TestCaseInfoContainer;