Searched refs:noFollowLinks (Results 1 – 4 of 4) sorted by relevance
54 private boolean noFollowLinks; field in RecursiveDeleteOpener62 this.noFollowLinks = true; in withNoFollowLinks()82 if (!noFollowLinks || !isSymlink(uri, storage, readFileOpener)) { in deleteRecursively()
68 subject = subject.noFollowLinks(); in assertThatPath()
75 public PathSubject noFollowLinks() { in noFollowLinks() method in PathSubject
433 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()