zunit is a zero-dependency, single-file test runner for Java 25 that discovers *Test.java files and runs them directly via `java --source 25`. No compilation step, no JUnit, and no build tool is needed. Each test is a self-contained script with a `void main()` method, and each gets its own JVM for full execution isolation. The project is open source on GitHub.

1m read timeFrom adambien.blog
Post cover image

Sort: