JUnit
✅ The programmer-friendly testing framework for Java and the JVM observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 18.5
- age_days: 4252
- days_rel: 26
- days_push: 7
- n_releases_24m: 27
Adoption not part of the score
7041 stars · 1706 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
JUnit is the standard programmer-friendly testing framework for Java and the JVM, composed of the JUnit Platform (test launcher foundation), Jupiter (modern programming and extension model), and Vintage (legacy JUnit 3/4 engine). It requires Java 17+ and integrates with major IDEs and build tools.
Use cases
- write unit tests for Java code
- run JUnit 4 tests alongside JUnit 5 tests
- build a custom test engine on the JVM
- run tests from the command line
- integrate testing into Gradle or Maven builds
- write tests in Kotlin
When to choose
- you are writing or migrating tests for Java or JVM projects
- you need a modern, extensible test framework with IDE and build tool support
- you maintain legacy JUnit 3/4 tests and want to run them on a unified platform
When to avoid
- your project runs on Java below version 17
- you need a testing framework for non-JVM languages
Facets
framework · maturity stable
testing e2e-testing developer-tools testing developer-tools programming-languages jvm cross-platform unit-testing junit-jupiter junit-platform junit-vintage kotlin-testing test-runner
3 sources
- readme: https://github.com/junit-team/junit-framework · fetched 2026-08-28 · b57897b1550b
- homepage: https://junit.org · fetched 2026-08-29 · 6a3fb8ea9fd0
- site_page: https://docs.junit.org · fetched 2026-08-29 · 33b0a6e052b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| junit-team/junit-framework | main | 98 |
| junit-team/junit-examples | examples | 77 |
For agents
markdown · JSON · MCP: product_card(name="junit-team/junit-framework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem