Home
last modified time | relevance | path

Searched refs:doesNotMatch (Results 1 – 8 of 8) sorted by relevance

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractGlobMatcherTest.java33 assertThat("?").matches("a", "A", "$", "5", "_").doesNotMatch("/", "ab", ""); in testMatching_questionMark()
36 assertThat("?oo?").matches("book", "doom").doesNotMatch("/oom"); in testMatching_questionMark()
46 .doesNotMatch("/", "/abc"); in testMatching_star()
47 assertThat("/*").matches("/a", "/abcd", "/abc123", "/").doesNotMatch("/foo/bar"); in testMatching_star()
50 .doesNotMatch("/foo/bar", "/foo/bar/baz/abc"); in testMatching_star()
51 assertThat("/*/bar").matches("/foo/bar", "/abc/bar").doesNotMatch("/bar"); in testMatching_star()
54 .doesNotMatch("/foo", "foo/bar", "/foo/bar/baz"); in testMatching_star()
57 .doesNotMatch("/food/baz/bar"); in testMatching_star()
60 .doesNotMatch("Foo.jav", "Foo", "java.Foo", "Foo.java."); in testMatching_star()
63 .doesNotMatch("Foo", ".Foo"); in testMatching_star()
[all …]
DJimfsWindowsLikeFileSystemTest.java301 assertThatPath("C:\\foo").doesNotMatch("glob:*"); in testPathMatchers_glob()
302 assertThatPath("C:\\foo\\bar").doesNotMatch("glob:*"); in testPathMatchers_glob()
305 assertThatPath("foo\\bar").doesNotMatch("glob:C:\\\\**"); in testPathMatchers_glob()
328 assertThatPath("C:\\foo").doesNotMatch("glob:*"); in testPathMatchers_glob_alternateSeparators()
329 assertThatPath("C:\\foo\\bar").doesNotMatch("glob:*"); in testPathMatchers_glob_alternateSeparators()
332 assertThatPath("foo\\bar").doesNotMatch("glob:C:/**"); in testPathMatchers_glob_alternateSeparators()
DAbstractPathMatcherTest.java101 PatternAsserter doesNotMatch(String... paths) { in doesNotMatch() method in AbstractPathMatcherTest.PatternAsserter
DPathSubject.java145 public PathSubject doesNotMatch(String syntaxAndPattern) { in doesNotMatch() method in PathSubject
DJimfsUnixLikeFileSystemTest.java352 assertThatPath("/foo").doesNotMatch("glob:*"); in testPathMatchers_glob()
353 assertThatPath("/foo/bar").doesNotMatch("glob:*"); in testPathMatchers_glob()
356 assertThatPath("foo/bar").doesNotMatch("glob:/**"); in testPathMatchers_glob()
360 assertThatPath("/Foo").doesNotMatch("glob:/[a-z]*"); in testPathMatchers_glob()
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DImportOrdererTest.java541 assertWithMessage("Expected exception").that(reordered).doesNotMatch("^!!"); in reorder()
813 assertWithMessage("Expected exception").that(reordered).doesNotMatch("^!!"); in reorder()
/external/guava/android/guava-tests/test/com/google/common/primitives/
DDoublesTest.java631 .doesNotMatch( in testTryParseFailures()
/external/guava/guava-tests/test/com/google/common/primitives/
DDoublesTest.java631 .doesNotMatch( in testTryParseFailures()