conformance check for user file systems

Alan Bateman Alan.Bateman at oracle.com
Tue Nov 19 07:18:36 PST 2013


On 19/11/2013 15:09, Jan Schlößin wrote:
> Hi,
>
> I'm involved in the development of a memory file system as
> implementation of FileSystemProvider, FileSystem, Path etc.
>
> This file system should have a consistent behaviour to a default file
> system as far as possible. Or it should behave like what is common among
> UnixFileSystem, WindowsFileSystem and Mac for instance.
>
> Is there a test suite to check for such things that should be common
> among all file systems like:
>   - after successfully creating of a file, this file should exist
>   - after successfully creating of a dir, this dir should exist
>   - a parent of a file should list the file as its content
>   - ...
>   - and the like with file content
>   - ...
>
> Regards, Jan
There isn't but it would be a great project for someone to do.

-Alan


More information about the nio-dev mailing list