Provides a foundational and extensible testing framework for Java applications running on the JVM.
JUnit is the established testing framework for Java and the JVM, comprising the JUnit Platform for test execution, JUnit Jupiter for writing tests, and JUnit Vintage for backward compatibility. Developers can contribute by following `CONTRIBUTING.md` and engaging with the `issue tracker` or `GitHub Discussions`. It currently ships stable releases like JUnit 6.0.3 and preview versions such as 6.1.0-M1.
Provides a foundational and extensible testing framework for Java applications running on the JVM.
Java and Kotlin developers seeking a standard framework for writing and running unit and integration tests.