junit-team/junit4

A programmer-oriented testing framework for Java — :warning: maintenance mode

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 7th, 2026
Created on January 13th, 2009
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 3,261
Total Stargazers: 8,515 (+0)
Total Subscribers: 570 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 347.5 days
90th percentile: 658.7 days
Tracked items: 112

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature (24)
  • parameterized (13)
  • rules (10)
  • descriptions (5)
  • theories (5)
  • up-for-grabs (5)
  • bug (4)
  • cleanup (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

JUnit 4 is a programmer-oriented testing framework for Java that implements the xUnit architecture for unit testing.

JUnit 4 addresses the need for a simple, repeatable way to write and run unit tests in Java. It provides a framework built on the xUnit pattern, allowing developers to structure tests using annotations and assertions. The framework handles test discovery, execution, and reporting, reducing boilerplate code and making test suites easier to maintain.

This makes it suitable for existing projects that depend on it, but teams starting new projects or seeking ongoing feature development should consider alternatives. The README directs users seeking active development to a separate repository for the current framework evolution.

The project accepts only critical bug fixes and security patches, with all other issues and pull requests declined. Development activity is minimal and focused narrowly on stability rather than new capabilities.