For testing your library, I'd like to use an in-memory filesystem.
This should be possible but you are only testing for local files here:
|
Path path = lowerLocation.startsWith("file:") || lowerLocation.startsWith("android.resource:") |
Are you interested in supporting in-memory test filesystems?
https://github.com/google/jimfs
For testing your library, I'd like to use an in-memory filesystem.
This should be possible but you are only testing for local files here:
dotenv-java/src/main/java/io/github/cdimascio/dotenv/internal/DotenvReader.java
Line 45 in 5b6c71d
Are you interested in supporting in-memory test filesystems?
https://github.com/google/jimfs