So since our Maven build is going to be tested server side through Travis CI, we need to create unit tests that don't depend on a local file system. If you google "unit testing I/O in java" there are a few options available that don't rely on the file system. This one in particular stood out to me. What do y'all think? I think we should get this figured out early bc our entire program relies on I/O for the most part. We may need to open a new issue to re-write FileSplitter.java to comply with these standards.
So since our Maven build is going to be tested server side through Travis CI, we need to create unit tests that don't depend on a local file system. If you google "unit testing I/O in java" there are a few options available that don't rely on the file system. This one in particular stood out to me. What do y'all think? I think we should get this figured out early bc our entire program relies on I/O for the most part. We may need to open a new issue to re-write FileSplitter.java to comply with these standards.