Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertWatchedHierarchies (0.13 sec)

  1. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/WatchedDirectoriesFileSystemWatchingIntegrationTest.groovy

                    into 'build'
                }
            """
            executer.beforeExecute { inDirectory(projectDir) }
    
            when:
            withWatchFs().run "retrieve", "--info"
            then:
            assertWatchedHierarchies([projectDir])
    
            where:
            repositoryType | artifactFileProperty
            "maven"        | "artifactFile"
            "mavenLocal"   | "artifactFile"
            "ivy"          | "jarFile"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top