Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertExpectedProjectFilesInVfs (0.47 sec)

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

            assertExpectedProjectFilesInVfs(1)
    
            when:
            server.expect("userInput")
            withWatchFs().run("waitForUserChanges")
    
            then:
            executedAndNotSkipped(":consumer")
            outputFile.text == "changedAgain"
            assertExpectedProjectFilesInVfs(2)
        }
    
        private void assertExpectedProjectFilesInVfs(int expected) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top