Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for TypeParameterizedTest (0.35 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

        // Next, recurses (at compile time) with the tail of the type list.
        return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
            ::Register(prefix, case_name, test_names, index + 1);
      }
    };
    
    // The base case for the compile time recursion.
    template <GTEST_TEMPLATE_ Fixture, class TestSel>
    class TypeParameterizedTest<Fixture, TestSel, Types0> {
     public:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

        // Next, recurses (at compile time) with the tail of the type list.
        return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
            ::Register(prefix, case_name, test_names, index + 1);
      }
    };
    
    // The base case for the compile time recursion.
    template <GTEST_TEMPLATE_ Fixture, class TestSel>
    class TypeParameterizedTest<Fixture, TestSel, Types0> {
     public:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

        typedef gtest_TypeParam_ TypeParam; \
        virtual void TestBody(); \
      }; \
      bool gtest_##CaseName##_##TestName##_registered_ GTEST_ATTRIBUTE_UNUSED_ = \
          ::testing::internal::TypeParameterizedTest< \
              CaseName, \
              ::testing::internal::TemplateSel< \
                  GTEST_TEST_CLASS_NAME_(CaseName, TestName)>, \
              GTEST_TYPE_PARAMS_(CaseName)>::Register(\
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

        typedef gtest_TypeParam_ TypeParam; \
        virtual void TestBody(); \
      }; \
      bool gtest_##CaseName##_##TestName##_registered_ GTEST_ATTRIBUTE_UNUSED_ = \
          ::testing::internal::TypeParameterizedTest< \
              CaseName, \
              ::testing::internal::TemplateSel< \
                  GTEST_TEST_CLASS_NAME_(CaseName, TestName)>, \
              GTEST_TYPE_PARAMS_(CaseName)>::Register(\
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top