-
Notifications
You must be signed in to change notification settings - Fork 56
Migrate to JUnit6 #681
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
Draft
daniel-raffler
wants to merge
20
commits into
master
Choose a base branch
from
junit6-noNested
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Migrate to JUnit6 #681
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8ba8266
Change dependencies to JUnit6 and update classpath
daniel-raffler dcab8ab
Update test classes
daniel-raffler 0910719
Update ant build
daniel-raffler c3e5c5b
Restore SolverBasedTest0 to JUnit4 so as not to break the API
daniel-raffler 19e2413
Remove unused throw annotation
daniel-raffler b8e33db
Get `junitlauncher` task from Maven if it's not included in the ant d…
daniel-raffler 2a3831f
Suppress spotbug warnings about unread fields in SolverBasedTest0
daniel-raffler 2d53a07
Fix loading of junitlauncher
daniel-raffler 41f7951
Use @EnumSource for solver based tests
daniel-raffler a0a9bc7
Fix copyright data in new class
daniel-raffler 26a96cb
Make SolverBasedTest non-abstract
daniel-raffler 517fcad
Update JavaDocs
daniel-raffler f01f35b
Merge branch 'master' into junit6-noNested
daniel-raffler 360ee6f
Format
daniel-raffler 7686a4f
Suppress native access warnings while running the tests
daniel-raffler 249f2dc
Add dependency on junit4 vintage runner to enable PackageSanityTests
daniel-raffler 94746ef
Use ParameterizedSolverBasedTest.getAllSolvers() in TranslateFormulaT…
daniel-raffler c348db6
Exclude abstract base classes from tests
daniel-raffler 8122cff
Remove unused import
daniel-raffler 2f3c59c
Use opentest format for generating the test report
daniel-raffler 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be reverted once we have
ant-junitlauncherfromorg.apache.antin Ivy