Home | History | Annotate | Download | only in internal

Lines Matching refs:ParameterizedTestCaseInfo

386 // into that method twice. But ParameterizedTestCaseInfo is going to call
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
413 // a collection of pointers to the ParameterizedTestCaseInfo objects
438 ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
453 explicit ParameterizedTestCaseInfo(const char* name)
547 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
548 }; // class ParameterizedTestCaseInfo
554 // macros use it to locate their corresponding ParameterizedTestCaseInfo
569 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder(
573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL;
588 ParameterizedTestCaseInfo<TestCase> >(*it);
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);