JUnitGenerator IntelliJ plugin
Continuing the quest for a JUnit generator tool, my next stop was with JUnit Generator – IntelliJ Plugin. Lets look at features and the fitments of this tool towards my requirement (Junit Generation for a given source code).
Highlights (based on 1.1.7 release)
- Generates JUnit test classes/methods for all the public source methods .
- The generated JUnit code is not complaint with JUnit 4.
- Easy of Installation/ usage.
Usage
- Open the file for which you need to write the JUnit test class, select Alt+Insert you will see “JUnit Test” menu in the list.
Favorable
- Auto generates the skeleton code for JUnit test class.
- Integrates with IntelliJ
Unfavorable
- Only the Skeleton code is generated.
- If the JUnit already existing, For an Existing JUnit IntelliJ (6.0.5 build #6180) throws an Internal error instead of showing the differences in the current JUnit code to generated code as promised by the tool
For more information about this tool, go from here
Written by Ravi Nallakukkala on April 16th, 2007 with
no comments.
Read more articles on Tools.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article