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 Robolectric 4.3 -> 4.10.3 #42

Merged
merged 9 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    718a493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e0a3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de8727 View commit details
    Browse the repository at this point in the history
  4. Fix test case that requests permissions with empty list

    Removed unnecessary stubbing of requestPermissions method.
    kyrillosgait committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    40590ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ca07c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18fc4dd View commit details
    Browse the repository at this point in the history
  7. Fix stub syntax

    kyrillosgait committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3018f14 View commit details
    Browse the repository at this point in the history
  8. Adjust test stubs to match previous behavior

    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 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dd7e4c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b8d7c2 View commit details
    Browse the repository at this point in the history