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

Upgrade Mockito 4.11.0 -> 5.5.0 #43

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

kyrillosgait
Copy link
Contributor

No description provided.

Removed unnecessary stubbing of requestPermissions method.
Previously `anyOrNull()` matcher was used, which covered stubbing the method for all ints. Now it stubs only the method for only the specified `requestCode` which results into method not stubbed when `requestPermissions` is called from `CoperFragment#requestPermissionsAsync`.
@kyrillosgait kyrillosgait marked this pull request as ready for review September 29, 2023 11:48
@kyrillosgait kyrillosgait requested a review from a team September 29, 2023 11:48
Base automatically changed from technical/upgrade_robolectric_4_10 to master September 29, 2023 13:31
@kyrillosgait kyrillosgait changed the base branch from master to technical/jdk11 October 2, 2023 11:30
Base automatically changed from technical/jdk11 to master October 3, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants