I am currently writing JUnit tests
Submitted by Fabien D on Sun, 04/04/2004 - 08:26.
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).
- Login to post comments