Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractJimfsIntegrationTest.java68 subject = subject.noFollowLinks(); in assertThatPath()
DPathSubject.java75 public PathSubject noFollowLinks() { in noFollowLinks() method in PathSubject
DJimfsUnixLikeFileSystemTest.java433 assertThatPath("/foo/link.txt").noFollowLinks().isSymbolicLink().withTarget("test.txt"); in testCreateSymbolicLink_absolute()
1840 assertThatPath("/foo.txt").noFollowLinks().isRegularFile().and().containsBytes(bytes); in testMove_movesSymbolicLinkNotTarget()
1844 assertThatPath(path("/link.txt")).noFollowLinks().isSymbolicLink(); in testMove_movesSymbolicLinkNotTarget()