thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
360 stars 151 forks source link

A cleaning of BasicTest. #93

Closed fbacchella closed 6 years ago

fbacchella commented 6 years ago

Using junit's TemporaryFolder instead of manually managed files in tests. Using a few AutoCloseable in try.

anthonycorbacho commented 6 years ago

LGTM