Test               47 modules/calib3d/test/test_fisheye.cpp class fisheyeTest : public ::testing::Test {
Test             2480 modules/core/test/test_math.cpp template <typename T> class Core_CheckRange : public testing::Test {};
Test               12 modules/imgproc/test/test_lsd.cpp class LSDBase : public testing::Test
Test              373 modules/objdetect/test/test_cascadeandhog.cpp         if (::testing::Test::HasFailure())
Test              380 modules/objdetect/test/test_cascadeandhog.cpp     if (::testing::Test::HasFailure())
Test               52 modules/stitching/test/ocl/test_warpers.cpp         public Test, public TestUtils
Test              210 modules/superres/test/test_superres.cpp class SuperResolution : public testing::Test
Test              584 modules/ts/include/opencv2/ts.hpp     ::testing::Test::RecordProperty("custom_status", "noimpl"); \
Test               15 modules/ts/include/opencv2/ts/ts_ext.hpp     class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public ::testing::Test {\
Test               31 modules/ts/include/opencv2/ts/ts_ext.hpp             ::testing::Test::SetUpTestCase, \
Test               32 modules/ts/include/opencv2/ts/ts_ext.hpp             ::testing::Test::TearDownTestCase, \
Test             7096 modules/ts/include/opencv2/ts/ts_gtest.h class Test;                            // Represents a test.
Test             7461 modules/ts/include/opencv2/ts/ts_gtest.h   virtual Test* CreateTest() = 0;
Test             7475 modules/ts/include/opencv2/ts/ts_gtest.h   virtual Test* CreateTest() { return new TestClass; }
Test             8952 modules/ts/include/opencv2/ts/ts_gtest.h class BaseTest : public ::testing::Test {
Test             10418 modules/ts/include/opencv2/ts/ts_gtest.h   virtual Test* CreateTest() {
Test             17329 modules/ts/include/opencv2/ts/ts_gtest.h class FooTest : public testing::Test {
Test             17389 modules/ts/include/opencv2/ts/ts_gtest.h class FooTest : public testing::Test {
Test             17649 modules/ts/include/opencv2/ts/ts_gtest.h class Test;
Test             17824 modules/ts/include/opencv2/ts/ts_gtest.h class GTEST_API_ Test {
Test             17834 modules/ts/include/opencv2/ts/ts_gtest.h   virtual ~Test();
Test             17880 modules/ts/include/opencv2/ts/ts_gtest.h   Test();
Test             17931 modules/ts/include/opencv2/ts/ts_gtest.h   GTEST_DISALLOW_COPY_AND_ASSIGN_(Test);
Test             18159 modules/ts/include/opencv2/ts/ts_gtest.h   friend class Test;
Test             18169 modules/ts/include/opencv2/ts/ts_gtest.h       Test::SetUpTestCaseFunc set_up_tc,
Test             18170 modules/ts/include/opencv2/ts/ts_gtest.h       Test::TearDownTestCaseFunc tear_down_tc,
Test             18238 modules/ts/include/opencv2/ts/ts_gtest.h            Test::SetUpTestCaseFunc set_up_tc,
Test             18239 modules/ts/include/opencv2/ts/ts_gtest.h            Test::TearDownTestCaseFunc tear_down_tc);
Test             18297 modules/ts/include/opencv2/ts/ts_gtest.h   friend class Test;
Test             18388 modules/ts/include/opencv2/ts/ts_gtest.h   Test::SetUpTestCaseFunc set_up_tc_;
Test             18390 modules/ts/include/opencv2/ts/ts_gtest.h   Test::TearDownTestCaseFunc tear_down_tc_;
Test             18737 modules/ts/include/opencv2/ts/ts_gtest.h   friend class Test;
Test             19315 modules/ts/include/opencv2/ts/ts_gtest.h class TestWithParam : public Test, public WithParamInterface<T> {
Test             20071 modules/ts/include/opencv2/ts/ts_gtest.h               ::testing::Test, ::testing::internal::GetTestTypeId())
Test              357 modules/ts/include/opencv2/ts/ts_perf.hpp class CV_EXPORTS TestBase: public ::testing::Test
Test              626 modules/ts/include/opencv2/ts/ts_perf.hpp     ::testing::Test::RecordProperty("cv_module_name", #modulename); \
Test               60 modules/ts/src/ocl_test.cpp         ::testing::Test::RecordProperty(ssName.str(), ssValue.str()); \
Test             2957 modules/ts/src/ts_func.cpp     ::testing::Test::RecordProperty("cv_version", CV_VERSION);
Test             2968 modules/ts/src/ts_func.cpp         ::testing::Test::RecordProperty("cv_vcs_version", ver);
Test             2978 modules/ts/src/ts_func.cpp         ::testing::Test::RecordProperty("cv_inner_vcs_version", ver);
Test             2989 modules/ts/src/ts_func.cpp     ::testing::Test::RecordProperty("cv_build_type", build_type);
Test             2995 modules/ts/src/ts_func.cpp         ::testing::Test::RecordProperty("cv_parallel_framework", parallel_framework);
Test             3067 modules/ts/src/ts_func.cpp     ::testing::Test::RecordProperty("cv_cpu_features", cpu_features);
Test             3072 modules/ts/src/ts_func.cpp     ::testing::Test::RecordProperty("cv_tegra_optimization", tegra_optimization);
Test             1054 modules/ts/src/ts_gtest.cpp                         Test::SetUpTestCaseFunc set_up_tc,
Test             1055 modules/ts/src/ts_gtest.cpp                         Test::TearDownTestCaseFunc tear_down_tc);
Test             1064 modules/ts/src/ts_gtest.cpp   void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc,
Test             1065 modules/ts/src/ts_gtest.cpp                    Test::TearDownTestCaseFunc tear_down_tc,
Test             2099 modules/ts/src/ts_gtest.cpp   return GetTypeId<Test>();
Test             3391 modules/ts/src/ts_gtest.cpp Test::Test()
Test             3396 modules/ts/src/ts_gtest.cpp Test::~Test() {
Test             3403 modules/ts/src/ts_gtest.cpp void Test::SetUp() {
Test             3409 modules/ts/src/ts_gtest.cpp void Test::TearDown() {
Test             3413 modules/ts/src/ts_gtest.cpp void Test::RecordProperty(const std::string& key, const std::string& value) {
Test             3418 modules/ts/src/ts_gtest.cpp void Test::RecordProperty(const std::string& key, int value) {
Test             3445 modules/ts/src/ts_gtest.cpp bool Test::HasSameFixtureClass() {
Test             3641 modules/ts/src/ts_gtest.cpp void Test::Run() {
Test             3646 modules/ts/src/ts_gtest.cpp   internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
Test             3651 modules/ts/src/ts_gtest.cpp         this, &Test::TestBody, "the test body");
Test             3659 modules/ts/src/ts_gtest.cpp       this, &Test::TearDown, "TearDown()");
Test             3663 modules/ts/src/ts_gtest.cpp bool Test::HasFatalFailure() {
Test             3668 modules/ts/src/ts_gtest.cpp bool Test::HasNonfatalFailure() {
Test             3817 modules/ts/src/ts_gtest.cpp   Test* const test = internal::HandleExceptionsInMethodIfSupported(
Test             3823 modules/ts/src/ts_gtest.cpp   if ((test != NULL) && !Test::HasFatalFailure()) {
Test             3832 modules/ts/src/ts_gtest.cpp       test, &Test::DeleteSelf_, "the test fixture's destructor");
Test             3891 modules/ts/src/ts_gtest.cpp                    Test::SetUpTestCaseFunc set_up_tc,
Test             3892 modules/ts/src/ts_gtest.cpp                    Test::TearDownTestCaseFunc tear_down_tc)
Test             5683 modules/ts/src/ts_gtest.cpp                                     Test::SetUpTestCaseFunc set_up_tc,
Test             5684 modules/ts/src/ts_gtest.cpp                                     Test::TearDownTestCaseFunc tear_down_tc) {
Test             5820 modules/ts/src/ts_gtest.cpp       if (!Test::HasFatalFailure()) {
Test              916 modules/ts/src/ts_perf.cpp     ::testing::Test::RecordProperty("cv_implementation", param_impl);
Test              917 modules/ts/src/ts_perf.cpp     ::testing::Test::RecordProperty("cv_num_threads", param_threads);
Test              923 modules/ts/src/ts_perf.cpp         ::testing::Test::RecordProperty("cv_cuda_gpu", info.name());