Testing Frameworks & Tools
Sort:
popular
|
newest
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.
Last Release on Feb 13, 2021
Relocated → org.junit.jupiter »
junit-jupiter-api
ScalaTest is a flexible and popular testing tool in the Scala ecosystem.
It can be used to test Scala, Scala.js, Scala Native, Dotty (Scala 3), and Java code.
Last Release on Jun 23, 2024
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito
Last Release on Sep 19, 2024
6. TestNG11,815 usages
org.testng » testngApache
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
It supports test configured by annotations, data-driven testing, parametric tests, etc.
Last Release on Apr 28, 2024
Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG.
It provides consistent loading and caching of Spring ApplicationContexts and provides mock objects that you can use
to test your code in isolation.
Last Release on Sep 12, 2024
A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
Last Release on Jul 9, 2012
Relocated → org.hamcrest »
hamcrest
A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
Last Release on Aug 1, 2024
Relocated → org.hamcrest »
hamcrest