TestNG Idea Code Coverage Resupported

Published: 9:12 AM GMT+12, Thursday, 14 December 2006 under: technology
testing  testng  java  intellij  idea  plugin  code  coverage 

A long standing bug crept into the TestNG plugin for IntelliJ IDEA prior to the release of 6.0, and this has now be fixed up with a patch from JetBrains themselves (many thanks to Eugene Vigdorchik for that).

Along with the return of code coverage support the new release includes:

  • TestNG 5.4 (new release version)
  • Support for visual comparison/diff of multi-line assertions (similar to the JUnit support)
  • Some minor fixes here and there...

One thing that does confuse me about the code coverage however is seen in the above screen shot, the call to System.out.println shows as a red 'non executed' statement, as does the call to conn.prepareStatement() inside the try/catch, maybe I'm just reading it wrong thou...

Enjoy.

Comments (0)

Add Comment