Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathServiceTest.java213 JimfsPath lowerCasePath = singleNamePath(service, "foo"); in assertCaseInsensitiveMatches() local
218 assertThat(matcher.matches(lowerCasePath)).isTrue(); in assertCaseInsensitiveMatches()
227 JimfsPath lowerCasePath = singleNamePath(service, "foo"); in assertCaseSensitiveMatches() local
230 assertThat(matcher.matches(lowerCasePath)).isTrue(); in assertCaseSensitiveMatches()