java.nio.file.FileSystem TCK

Mantas Gridinas mgridinas at gmail.com
Wed Aug 11 16:54:56 UTC 2021


Hi!

I would like to implement my own filesystem driver for network based
file systems (think Amazon S3, Azure Storage, Google Drive, etc.)
Reading through JDK source code I found the following tests:
https://github.com/openjdk/jdk/tree/master/test/jdk/java/nio/file.
Would these suffice to cover expectations required by general use case
when depending on FileSystem API? Are there any more?

Cheers!

-- 
// Mantas


More information about the jdk-dev mailing list