Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileSystemWatchingEnabled (0.16 sec)

  1. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerFileSystemWatchingIntegrationTest.groovy

        }
    
        private static boolean fileSystemWatchingEnabled(String output) {
            output.contains("Virtual file system retains information")
        }
    
        private static void assertFileSystemWatchingEnabled(BuildResult result) {
            assert fileSystemWatchingEnabled(result.output)
        }
    
        private static void assertFileSystemWatchingDisabled(BuildResult result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top