TestClass        7472 modules/ts/include/opencv2/ts/ts_gtest.h template <class TestClass>
TestClass        7475 modules/ts/include/opencv2/ts/ts_gtest.h   virtual Test* CreateTest() { return new TestClass; }
TestClass        7608 modules/ts/include/opencv2/ts/ts_gtest.h         TestClass::SetUpTestCase,
TestClass        7609 modules/ts/include/opencv2/ts/ts_gtest.h         TestClass::TearDownTestCase,
TestClass        7610 modules/ts/include/opencv2/ts/ts_gtest.h         new TestFactoryImpl<TestClass>);
TestClass        10412 modules/ts/include/opencv2/ts/ts_gtest.h template <class TestClass>
TestClass        10415 modules/ts/include/opencv2/ts/ts_gtest.h   typedef typename TestClass::ParamType ParamType;
TestClass        10419 modules/ts/include/opencv2/ts/ts_gtest.h     TestClass::SetParam(&parameter_);
TestClass        10420 modules/ts/include/opencv2/ts/ts_gtest.h     return new TestClass();
TestClass        19305 modules/ts/include/opencv2/ts/ts_gtest.h   template <class TestClass> friend class internal::ParameterizedTestFactory;