jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

Feat 9 Read Log files #29

Closed mangoglass closed 5 years ago

mangoglass commented 5 years ago

Added code for log reader with multiple reader methods. Added tests for all methods. Fixes #9

jsjolen commented 5 years ago

The code looks good, merging.

jsjolen commented 5 years ago

I found an issue. There's no actual ReaderFactory implemented that's not a mock. I'll have to write that too.