Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,523 for because1 (0.26 sec)

  1. platforms/software/ivy/build.gradle.kts

        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
        integTestDistributionRuntimeOnly(project(":distributions-jvm")) {
            because("SamplesIvyPublishIntegrationTest test applies the java-library plugin.")
        }
        crossVersionTestDistributionRuntimeOnly(project(":distributions-jvm")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/build.gradle.kts

        testFixturesImplementation(libs.guava) {
            because("Groovy compiler reflects on private field on TextUtil")
        }
        testFixturesImplementation(libs.bouncycastlePgp)
        testFixturesApi(libs.testcontainersSpock) {
            because("API because of Groovy compiler bug leaking internals")
        }
        testFixturesImplementation(project(":jvm-services")) {
            because("Groovy compiler bug leaks internals")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. testing/precondition-tester/build.gradle.kts

        testImplementation(project(":internal-testing")) {
            because("Basic precondition framework and unit test preconditions are coming from here")
        }
        testImplementation(testFixtures(project(":internal-integ-testing"))) {
            because("Integration testing preconditions are coming from here")
        }
        testImplementation(testFixtures(project(":signing"))) {
            because("Signing preconditions are coming from here")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 04:59:12 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/list_cgo_compiled_importmap.txt

    
    # "runtime/cgo [runtime.test]" appears in the test dependencies of "runtime",
    # because "runtime/cgo" itself depends on "runtime"
    
    go list -deps -test -compiled -f '{{if eq .ImportPath "net [runtime.test]"}}{{printf "%q" .Imports}}{{end}}' runtime
    
    	# Control case: the explicitly-imported package "sync" is a test variant,
    	# because "sync" depends on "runtime".
    stdout '"sync \[runtime\.test\]"'
    ! stdout '"sync"'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 22:26:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart1IntegrationTest.groovy

                import java.io.*;
    
                @DisableCachingByDefault(because = "test transform action")
                public abstract class MyTransformAction implements TransformAction {
                    // Should be ignored because it's not a getter
                    public void getVoid() {
                    }
    
                    // Should be ignored because it's not a getter
                    public int getWithParameter(int count) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/UntrackedTaskIntegrationTest.groovy

            outputContains("Task ':myTask' is not up-to-date because:")
            outputContains("Task is untracked because: For testing")
    
            when:
            run("myTask", "--info")
            then:
            executedAndNotSkipped(":myTask")
            outputContains("Task ':myTask' is not up-to-date because:")
            outputContains("Task is untracked because: For testing")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 23 08:05:53 UTC 2023
    - 16.4K bytes
    - Viewed (0)
  7. testing/architecture-test/src/test/java/org/gradle/architecture/test/TempDirectoryCreationControlTest.java

                .should(not(callMethod(File.class, "createTempFile", String.class, String.class)))
                .because(RATIONALE);
    
        @ArchTest
        public static final ArchRule forbid_calls_to_guava_Files_createTempDir =
            classes()
                .should(not(callMethod(com.google.common.io.Files.class, "createTempDir")))
                .because(RATIONALE);
    
        @ArchTest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. platforms/software/reporting/src/integTest/groovy/org/gradle/api/reporting/plugins/BuildDashboardPluginIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache(because = ":buildDashboard")
        void 'build dashboard for a project with no other reports lists just the dashboard'() {
            when:
            run('buildDashboard')
    
            then:
            reports.size() == 1
            hasReport(':buildDashboard', 'html')
            unavailableReports.empty
        }
    
        @ToBeFixedForConfigurationCache(because = ":buildDashboard")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/internal/initialization/loadercache/ClassLoadersCachingIntegrationTest.groovy

            assert output.contains("$projectPath cached:"): "no cache flag for project"
            output.contains("$projectPath cached: false")
        }
    
        @ToBeFixedForConfigurationCache(because = "test relies on static state")
        def "classloader is cached"() {
            given:
            addIsCachedCheck()
    
            when:
            run()
            run()
    
            then:
            isCached()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 19 20:09:56 UTC 2022
    - 10.6K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/v1/conversion.go

    )
    
    // Convert_admissionregistration_RuleWithOperations_To_v1_RuleWithOperations is an autogenerated conversion function.
    // This is needed because it is referenced from other APIs, but is invisible at code-generation time because of the build tags.
    func Convert_admissionregistration_RuleWithOperations_To_v1_RuleWithOperations(in *admissionregistration.RuleWithOperations, out *v1.RuleWithOperations, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:46:42 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top