Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertIsEmptyDir (0.22 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedCustomTaskExecutionIntegrationTest.groovy

            then:
            executedAndNotSkipped ":customTask"
            file("build/empty").assertIsEmptyDir()
    
            when:
            cleanBuildDir()
            withBuildCache().run "customTask"
            then:
            skipped ":customTask"
            file("build/empty").assertIsEmptyDir()
        }
    
        @ToBeFixedForConfigurationCache(skip = INVESTIGATE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top