Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asPathFactory (0.23 sec)

  1. subprojects/core/src/test/groovy/org/gradle/normalization/internal/DefaultRuntimeClasspathNormalizationTest.groovy

            !restoredNormalization.classpathResourceFilter.shouldBeIgnored(asPathFactory("notIgnored.file"))
    
            where:
            ignoredPattern | ignoredFilePathSegments
            "some.file"    | asPathFactory("some.file")
            "**/some.*"    | asPathFactory("dir", "some.file")
        }
    
        def "property ignores can be restored from the cached state"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 22 13:17:59 UTC 2021
    - 7K bytes
    - Viewed (0)
Back to top