Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
junit-team
/
junit-framework
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
7k
Code
Issues
105
Pull requests
16
Discussions
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Introduce
org.junit.start
module
- #5042
#5042
Merged
sormuras
merged 29 commits into
main
junit-team/junit-framework:main
from
experiments/junit-onramp
junit-team/junit-framework:experiments/junit-onramp
Copy head branch name to clipboard
Nov 10, 2025
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Introduce
org.junit.start
module
#5042
sormuras
merged 29 commits into
main
junit-team/junit-framework:main
from
experiments/junit-onramp
junit-team/junit-framework:experiments/junit-onramp
Copy head branch name to clipboard
Commits
Commits on Oct 9, 2025
Introduce experimental junit-onramp module
marcphilipp
authored and
sormuras
committed
3afdf0a
View commit details
Copy full SHA for 3afdf0a
Browse repository at this point
Reduce API surface
sormuras
committed
2fdb122
View commit details
Copy full SHA for 2fdb122
Browse repository at this point
Commits on Oct 10, 2025
Consider `*.java` source files as classes in source mode
sormuras
committed
e59b227
View commit details
Copy full SHA for e59b227
Browse repository at this point
Overload `run()` API and reuse console printing listener
sormuras
committed
8cdf2f5
View commit details
Copy full SHA for 8cdf2f5
Browse repository at this point
Use tree printer by default
sormuras
committed
4d1f062
View commit details
Copy full SHA for 4d1f062
Browse repository at this point
Skip module declaration files
sormuras
committed
f4ba4fc
View commit details
Copy full SHA for f4ba4fc
Browse repository at this point
Commits on Oct 16, 2025
Add tests using the `org.junit.onramp` module
sormuras
committed
ea1e686
View commit details
Copy full SHA for ea1e686
Browse repository at this point
Fix copyright headers
sormuras
committed
0eb6fa0
View commit details
Copy full SHA for 0eb6fa0
Browse repository at this point
Merge remote-tracking branch 'origin/main' into experiments/junit-onramp
sormuras
committed
64d6554
View commit details
Copy full SHA for 64d6554
Browse repository at this point
Minor cleanup
sormuras
committed
a3c4b61
View commit details
Copy full SHA for a3c4b61
Browse repository at this point
Fix configuration
sormuras
committed
f542616
View commit details
Copy full SHA for f542616
Browse repository at this point
Commits on Oct 17, 2025
Rename to `org.junit.start`
sormuras
committed
2308620
View commit details
Copy full SHA for 2308620
Browse repository at this point
More renaming
sormuras
committed
4dd14d6
View commit details
Copy full SHA for 4dd14d6
Browse repository at this point
Assert test method names are printed
sormuras
committed
61c678d
View commit details
Copy full SHA for 61c678d
Browse repository at this point
Merge branch 'main' into experiments/junit-onramp
sormuras
authored
a170306
View commit details
Copy full SHA for a170306
Browse repository at this point
Commits on Oct 29, 2025
Check for `NO_COLOR` environment variable
sormuras
committed
1e060d0
View commit details
Copy full SHA for 1e060d0
Browse repository at this point
Commits on Oct 30, 2025
Move more common logic into `SearchPathUtils`
marcphilipp
committed
efb6cd8
View commit details
Copy full SHA for efb6cd8
Browse repository at this point
Update junit-start/junit-start.gradle.kts
Show description for bb31561
sormuras
and
marcphilipp
authored
bb31561
View commit details
Copy full SHA for bb31561
Browse repository at this point
Commits on Oct 31, 2025
Remove workaround for bug fixed in JDK 9 and later
marcphilipp
committed
8199ca7
View commit details
Copy full SHA for 8199ca7
Browse repository at this point
Commits on Nov 1, 2025
Merge branch 'main' into experiments/junit-onramp
sormuras
authored
dea7a32
View commit details
Copy full SHA for dea7a32
Browse repository at this point
Commits on Nov 4, 2025
Use Markdown syntax in API documentation
sormuras
committed
13cabb8
View commit details
Copy full SHA for 13cabb8
Browse repository at this point
Update User Guide, API documentation overview, and Release Notes
sormuras
committed
6c5ca16
View commit details
Copy full SHA for 6c5ca16
Browse repository at this point
Commits on Nov 7, 2025
Update documentation/src/docs/asciidoc/release-notes/release-notes-6.1.0-M1.adoc
Show description for fabc52c
sormuras
and
marcphilipp
authored
fabc52c
View commit details
Copy full SHA for fabc52c
Browse repository at this point
Apply review changes
sormuras
committed
d15673a
View commit details
Copy full SHA for d15673a
Browse repository at this point
Remove source snippet from release note
sormuras
committed
3ff5a4e
View commit details
Copy full SHA for 3ff5a4e
Browse repository at this point
Commits on Nov 8, 2025
Add `JUnitStartTests.java` to documentation project
sormuras
committed
49bf8ea
View commit details
Copy full SHA for 49bf8ea
Browse repository at this point
Commits on Nov 9, 2025
Revert "Add `JUnitStartTests.java` to documentation project"
Show description for f912b00
sormuras
committed
f912b00
View commit details
Copy full SHA for f912b00
Browse repository at this point
Reword "Source Launcher" introduction
sormuras
committed
fc5e954
View commit details
Copy full SHA for fc5e954
Browse repository at this point
Merge branch 'main' into experiments/junit-onramp
mpkorstanje
authored
71b8c0a
View commit details
Copy full SHA for 71b8c0a
Browse repository at this point
You can’t perform that action at this time.