Get-Reqd / CACI-Utility

2017-2018 Capstone Project for CACI International Inc.
1 stars 6 forks source link

Unit Testing I/O & Updating I/O Standards #7

Closed jacksonblankenship closed 6 years ago

jacksonblankenship commented 6 years ago

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.