Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathServiceTest.java215 JimfsPath nonMatchingPath = singleNamePath(service, "bar"); in assertCaseInsensitiveMatches() local
220 assertThat(matcher.matches(nonMatchingPath)).isFalse(); in assertCaseInsensitiveMatches()