IntelliJ Structural Search to Convert from JUnit3 to Junit4
Wednesday, January 18th, 2012 by Jesper Rønn-JensenJust a quick tip for intellij users. For an old project i wanted to convert JUnit 3 testcases to JUnit4 format. Most stuff was already in place, but after the conversion, i found that some of the old “assertTrue”, “assertFalse”, and “assertEquals” statements were failing. So i ended up with some short search/replace, which are really […]