Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testedBinariesWithType (0.16 sec)

  1. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/internal/NativeTestSuites.java

                }
            });
        }
        public static Collection<NativeBinarySpec> testedBinariesOf(NativeTestSuiteSpec testSuite) {
            return testedBinariesWithType(NativeBinarySpec.class, testSuite);
        }
    
        public static <S> Collection<S> testedBinariesWithType(Class<S> type, NativeTestSuiteSpec testSuite) {
            VariantComponentSpec spec = (VariantComponentSpec) testSuite.getTestedComponent();
            if (spec == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top