Skip to content

Support java.nio.file.Path watch and cross-platform testing #14

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

sparty02
Copy link

@sparty02 sparty02 commented Jan 4, 2017

Overloaded methods were added to the FileObservable class to provide a Path object (vs the existing File object method signature). While you could technically just have called file.toPath(), a path based API is seems to be the favored approach moving forward, most likely due to..... the ability to finally effectively test a Java FileSystem without relying on the underlying platform running the tests! Google's excellent jimfs gives the power to do pure in-memory file based testing and make unit testing a breeze.

@sparty02 sparty02 changed the title Support ava.nio.file.Path watch and cross-platform testing Support java.nio.file.Path watch and cross-platform testing Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants