Home
last modified time | relevance | path

Searched refs:ParameterizedTestCaseInfoBase (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h466 class ParameterizedTestCaseInfoBase {
468 virtual ~ParameterizedTestCaseInfoBase() {} in ~ParameterizedTestCaseInfoBase()
481 ParameterizedTestCaseInfoBase() {} in ParameterizedTestCaseInfoBase() function
484 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
495 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
714 typedef ::std::vector<ParameterizedTestCaseInfoBase*> TestCaseInfoContainer;