-
-
Notifications
You must be signed in to change notification settings - Fork 2
Migrate tests to JUnit Jupiter #2
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
base: main
Are you sure you want to change the base?
Migrate tests to JUnit Jupiter #2
Conversation
* Migrate annotations and imports * Migrate assertions * Remove public visibility for test classes and methods * Minor code cleanup * Ban JUnit4 imports
| } | ||
|
|
||
| @Override | ||
| @SuppressFBWarnings("EQ_COMPARETO_USE_OBJECT_EQUALS") |
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.
Build failed otherwise.
| return String.format("quay.io/%s/%s:%s", organization, repository, tag); | ||
| } | ||
|
|
||
| @SuppressFBWarnings("NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE") |
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.
Build failed otherwise.
| ), | ||
| CredentialsMatchers.withId(credentialsId) | ||
| ); | ||
| CredentialsProvider.lookupCredentialsInItemGroup( |
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.
Build failed otherwise.
| ), | ||
| CredentialsMatchers.withId(credentialsId) | ||
| ); | ||
| CredentialsProvider.lookupCredentialsInItem( |
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.
Build failed otherwise.
| ), | ||
| CredentialsMatchers.withId(credentialsId) | ||
| ); | ||
| CredentialsProvider.lookupCredentialsInItem( |
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.
Build failed otherwise.
| ), | ||
| CredentialsMatchers.withId(credentialsId) | ||
| ); | ||
| CredentialsProvider.lookupCredentialsInItem( |
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.
Build failed otherwise.
|
Sources had to be formatted with |
This PR aims to migrate all tests to JUnit Jupiter. Changes include:
I am well aware that this is a quite large changeset however I hope that there is still interest in this PR and it will be reviewed.
If there are any questions, please do not hesitate to ping me.
Submitter checklist