Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertWatchableHierarchies (0.18 sec)

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

            def mainSourceFile = file(mainSourceFileRelativePath)
            mainSourceFile.text = sourceFileWithGreeting("Hello World!")
    
            when:
            withWatchFs().run "run", "--info"
            then:
            assertWatchableHierarchies([ImmutableSet.of(testDirectory)])
        }
    
        def "watches the project directory when buildSrc is present"() {
            def taskSourceFile = file("buildSrc/src/main/java/PrinterTask.java")
    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