Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for java.nio.file.Path #4

Open
torczuk opened this issue Nov 4, 2019 · 0 comments
Open

Support for java.nio.file.Path #4

torczuk opened this issue Nov 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@torczuk
Copy link
Contributor

torczuk commented Nov 4, 2019

Add support for java.nio.file.Path as a first iteration use existing methods

val path = File("/home/arek/.ssh").toPath()

path.should()
       .exist()
       .haveRoot("name of the root")
       .haveParent("parent")
       ...
       .startsWith("somethind")
@torczuk torczuk added the enhancement New feature or request label Nov 4, 2019
thekneeslim added a commit that referenced this issue Nov 5, 2019
- verify it exists
- verify isFile
- verify isDirectory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants