TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Fix for missed IntelliJ14 JUnit executions. #216

Closed levaja closed 8 years ago

levaja commented 8 years ago

@Inventitech I think this was the issue with missed intervals: testProxy.getName() in IJ14 returns just a test name, and in IJ15 it returns fully qualified name. In IJ14, testNames[1] caused NPE because of that.