mcross1882 / LogAnalyzer

Log analyzer and summary builder written in Scala built for JVM projects
Apache License 2.0
0 stars 1 forks source link

Add testing and Name attributes to analyzers #15

Closed mcross1882 closed 10 years ago

mcross1882 commented 10 years ago

This PR adds Mockito to the testing suite so we can now do mocking. This PR also fixes a critical issue with analyzers being identified by their category. This was inconvenient and error prone because categories are usually human friendly strings. So instead I've added the name attribute to analyzers now and this is how they are identified by the parser their included in.