-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Introduce org.junit.start module
#5042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+534
−89
Merged
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3afdf0a
Introduce experimental junit-onramp module
marcphilipp 2fdb122
Reduce API surface
sormuras e59b227
Consider `*.java` source files as classes in source mode
sormuras 8cdf2f5
Overload `run()` API and reuse console printing listener
sormuras 4d1f062
Use tree printer by default
sormuras f4ba4fc
Skip module declaration files
sormuras ea1e686
Add tests using the `org.junit.onramp` module
sormuras 0eb6fa0
Fix copyright headers
sormuras 64d6554
Merge remote-tracking branch 'origin/main' into experiments/junit-onramp
sormuras a3c4b61
Minor cleanup
sormuras f542616
Fix configuration
sormuras 2308620
Rename to `org.junit.start`
sormuras 4dd14d6
More renaming
sormuras 61c678d
Assert test method names are printed
sormuras a170306
Merge branch 'main' into experiments/junit-onramp
sormuras 1e060d0
Check for `NO_COLOR` environment variable
sormuras efb6cd8
Move more common logic into `SearchPathUtils`
marcphilipp bb31561
Update junit-start/junit-start.gradle.kts
sormuras 8199ca7
Remove workaround for bug fixed in JDK 9 and later
marcphilipp dea7a32
Merge branch 'main' into experiments/junit-onramp
sormuras 13cabb8
Use Markdown syntax in API documentation
sormuras 6c5ca16
Update User Guide, API documentation overview, and Release Notes
sormuras fabc52c
Update documentation/src/docs/asciidoc/release-notes/release-notes-6.…
sormuras d15673a
Apply review changes
sormuras 3ff5a4e
Remove source snippet from release note
sormuras 49bf8ea
Add `JUnitStartTests.java` to documentation project
sormuras f912b00
Revert "Add `JUnitStartTests.java` to documentation project"
sormuras fc5e954
Reword "Source Launcher" introduction
sormuras 71b8c0a
Merge branch 'main' into experiments/junit-onramp
mpkorstanje File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
junit-platform-commons/src/main/java/org/junit/platform/commons/util/ClasspathFilters.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.