project « Development « Java I/O Q&A





1. Where to keep static fixtures (files) in Java project?    stackoverflow.com

I'm testing a number of classes which manipulate files on disc. I created a number of "mocked" files which I will pass to these classes. The question is where in my ...