Infinitest for IntelliJ 5.0.0 Released
Today the Infinitest team is pleased to announce the release of Infinitest for IntelliJ version 5.0.0. This new version includes two main features: gutter markers and a log tab. The updated plugin is available for download from the plugin manager within IntelliJ. Also, please check out our new and improved home page at http://www.infinitest.org.
Gutter markers provide information on test failures within your code documents themselves. For example, assertion failures within your unit tests are annotated like this:

And runtime exceptions are annotated at the point at which the exception was thrown, like this:

This new version also contains an additional tab which allows logging messages to be viewed:
