Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-runtime/files/src/test/groovy/org/gradle/api/internal/file/pattern/PatternMatcherFactoryTest.java

            assertThat(matcher, matchesFile("a", "b", "c"));
            assertThat(matcher, not(matchesFile("a")));
            assertThat(matcher, not(matchesFile("a", "c")));
            assertThat(matcher, not(matchesFile("c", "b")));
    
            matcher = PatternMatcherFactory.getPatternMatcher(true, true, "a\\b\\");
            assertThat(matcher, matchesFile("a", "b"));
            assertThat(matcher, matchesFile("a", "b", "c"));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:55:52 UTC 2023
    - 19.7K bytes
    - Viewed (0)
Back to top