JUnit is a unit testing framework to write and run repeatable automated tests on Java.
It provides a robust environment to write, organize, and execute automated tests, ensuring code reliability and repeatability.
Its user-friendly annotations and assert methods facilitate the development and running of test cases, making it a
foundational tool for Java developers focusing on quality assurance and test-driven development.
License | EPL 1.0 |
---|---|
Categories | Testing Frameworks & Tools |
Tags | testingjunitquality |
Organization | JUnit |
HomePage | http://junit.org |
Date | Feb 13, 2021 |
Files | pom (26 KB) jar (375 KB) View All |
Repositories | CentralGluu OXHeavenArkGroovyLibsMinebenchMineVoltNeetGames PublicLutece ParisSpaceIOXceptance |
Ranking | #1 in MvnRepository (See Top Artifacts) #1 in Testing Frameworks & Tools |
Used By | 132,004 artifacts |
Compile Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing BSD 3-clause | org.hamcrest » hamcrest-core | 1.3 | 3.0 |
Test Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing BSD 3-clause | org.hamcrest » hamcrest-library | 1.3 | 3.0 |
Licenses
License | URL |
---|---|
Eclipse Public License 1.0 | http://www.eclipse.org/legal/epl-v10.html |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
David Saff | david<at>saff.net | dsaff | ||
Kevin Cooney | kcooney<at>google.com | kcooney | ||
Stefan Birkner | mail<at>stefan-birkner.de | stefanbirkner | ||
Marc Philipp | mail<at>marcphilipp.de | marcphilipp |
Related Books
How to use JUnit (2016) by Van Nguyen | |
Junit with examples (2016) by Mr Sagar Salunke | |
Learn JUnit (2016) by Joseph Fernandez | |
Testing with Junit (2015) by Frank Appel | |
Pragmatic Unit Testing in Java 8 with JUnit (2015) by Jeff Langr, Andy Hunt, Dave Thomas | |
Mastering Unit Testing Using Mockito and JUnit (2014) by Sujoy Acharya | |
Practical Unit Testing with JUnit and Mockito (2013) by Tomek Kaczanowski | |
JUnit Interview Questions You'll Most Likely Be Asked (2011) by Vibrant Publishers | |
JUnit in Action, Second Edition (2010) by Petar Tahchiev, Felipe Leme, Vincent Massol, Gary Gregory | |
JUnit Pocket Guide (2004) by Kent Beck | |
JUnit Recipes: Practical Methods for Programmer Testing (2004) by J B Rainsberger | |
JUnit in Action (2003) by Vincent Massol, Ted Husted | |
Pragmatic Unit Testing in Java with JUnit (2003) by Andy Hunt, Dave Thomas | |
Pragmatic Unit Testing in Java with JUnit (text only) byA.Hunt.D.Thomas (2003) by A.Hunt.D.Thomas |