Searched refs:noFollowLinks (Results 1 – 3 of 3) sorted by relevance
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()