JUnit

635 Recommendations
1,539 Downloads (This Week)
Download junit-4.10.jar
Browse All Files

Description

JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.

JUnit Web Site

User Ratings

 
 
635
277
Write a Review

User Reviews

  • Posted by 2010-08-23

    Essential tool. I use it to design software in terms of jUnit test cases of what I want the software to do and look. Then code to the jUnit test cases. Writing the end code first, before its actually implemented, lets you design an easy to use API since you can spot messy spots or areas that will give you trouble real quick. jUnit provides an easy way for you to actually do that and in the end you end up with 2 things. Implementation of the code you were designing and a bunch of jUnit test cases that test for the desired capability. jUnit then makes sure any future changes don't break any of your original code capabilities.

  • Posted by 2010-07-23

    Very powerful tool to run unit tests. I use it with mockito (mock objects).

  • Posted by 2010-04-08

    Very useful and easy to use testing for Java.

Read more reviews

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.