# JUnit **Repository Path**: mirrors/junit ## Basic Information - **Project Name**: JUnit - **Description**: A programmer-oriented testing framework for Java. - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-10-15 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JUnit 4 JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. > [!IMPORTANT] > **JUnit 4 is in maintenance mode.** > > At this point, only critical bugs and security issues will be fixed.
> All other issues and PRs will therefore be declined.
> For ongoing development, please check out the [junit-framework](https://github.com/junit-team/junit-framework/) repository. For more information, please visit: * [Wiki](https://github.com/junit-team/junit4/wiki) * [Download and Install guide](https://github.com/junit-team/junit4/wiki/Download-and-Install) * [Getting Started](https://github.com/junit-team/junit4/wiki/Getting-started) [![CI Status](https://github.com/junit-team/junit4/workflows/CI/badge.svg)](https://github.com/junit-team/junit4/actions)