conformance check for user file systems
Jan Schlößin
jan.schloessin at incasoft.de
Tue Nov 19 07:09:03 PST 2013
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
More information about the nio-dev
mailing list