Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
Interested in the latest trends and top-rated open source projects for all layers of your application?
DevRates contains projects reviews of most popular tagged categories and programming languages.
Follow projects and don't miss any news from blogs and twitter on your wall.
Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with SUnit.
JUnit is linked as a JAR at compile-time; the framework resides under packages junit.framework for JUnit 3.8 and earlier and under org.junit for JUnit 4 and later.
full review »A classic one, true. However, I have to say that, except for test annotations, i'm now relying on mockito and fest-assert.
full review »A basic tool for every Java developer. Interchangable with TestNG, however I find TEstNG slightly better. Supported by all major IDEs. Some additional tools needs to be added to make it effective to use, for me it is: Mockito, PowerMock and FestAssert.
full review »Does the job, but it's not a particular exciting project. Just the defacto standard for unit testing in Java. Is there any Java dev who has not at least once used this?
full review »It's a classic. I recommend using the Hamcrest matchers with JUnit.