I am currently writing JUnit tests

I have finished (but not committed) my development of abstract classes for FileSystem.
But I have problems with the BootdiskBuilder (StackOverflowError).

So, I decided to write generic JUnit tests for all FS implementations that could be run in readOnly or read/write mode and with a Device : a FileDevice or a 'physical' device (ATAPIDevice for example).