}
@Test(expected = IllegalArgumentException.class)
public void compareTo() {
final Path path = GeneralPathImpl.create(fs, "/path/to/file.txt", false);
path.compareTo(null);
}
@Test(expected = IllegalArgumentException.class)
public void checkEquals() {
final Path path = GeneralPathImpl.create(fs, "/path/to/file.txt", false);