Skip to content
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

Remove some deprecated APIs from tests #3962

Closed
wants to merge 1 commit into from

Conversation

snate
Copy link

@snate snate commented Jul 9, 2021

The following deprecated APIs are not in use anymore in the project's tests:

  • org.junit.rules.ExpectedException#none
  • org.mockito.MockitoAnnotations#initMocks
  • org.mockito.Mockito#verifyZeroInteractions

Partial implementation of #3838

The following deprecated APIs are not in use anymore in the project's tests:
- `org.junit.rules.ExpectedException#none`
- `org.mockito.MockitoAnnotations#initMocks`
- `org.mockito.Mockito#verifyZeroInteractions`
@fmbenhassine fmbenhassine added this to the 5.0.0 milestone Aug 9, 2021
@fmbenhassine fmbenhassine changed the title BATCH-3838: Remove some deprecated APIs from tests Remove some deprecated APIs from tests Aug 10, 2021
fmbenhassine added a commit that referenced this pull request Aug 10, 2021
- Fix failing tests
- Update year in license headers

Related to #3838
@fmbenhassine fmbenhassine modified the milestones: 5.0.0, 5.0.0-M1 Aug 10, 2021
@fmbenhassine
Copy link
Contributor

Rebased and merged as 24422b5. Thank you for your contribution!

@snate
Copy link
Author

snate commented Aug 12, 2021

Thanks @benas for accepting the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants