Searched refs:NO_NORMALIZATIONS (Results 1 – 1 of 1) sorted by relevance
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathServiceTest.java | 42 private static final ImmutableSet<PathNormalization> NO_NORMALIZATIONS = ImmutableSet.of(); field in PathServiceTest 192 PathType.unix(), NO_NORMALIZATIONS, ImmutableSet.of(CASE_FOLD_ASCII), true)); in testPathMatcher_usingCanonicalForm_usesCanonicalNormalizations() 195 PathType.unix(), ImmutableSet.of(CASE_FOLD_ASCII), NO_NORMALIZATIONS, true)); in testPathMatcher_usingCanonicalForm_usesCanonicalNormalizations() 202 PathType.unix(), ImmutableSet.of(CASE_FOLD_ASCII), NO_NORMALIZATIONS, false)); in testPathMatcher_usingDisplayForm_usesDisplayNormalizations() 205 PathType.unix(), NO_NORMALIZATIONS, ImmutableSet.of(CASE_FOLD_ASCII), false)); in testPathMatcher_usingDisplayForm_usesDisplayNormalizations() 244 new PathService(type, NO_NORMALIZATIONS, NO_NORMALIZATIONS, equalityUsesCanonicalForm); in fakePathService()
|