Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockito/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.4
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 22, 2020

  1. Add validation to MockMethodDispatcher that this class is only ever l…

    …oaded by the bootstrap class loader.
    
    This is normally assured by Mockito but other testing frameworks that work with instrumentation can interfer with this. This might be difficult to discover for those frameworks as seen with Robolectric. This explicit error should help to discover such discrepencies.
    raphw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    42a154f View commit details
    Browse the repository at this point in the history
  2. Add validation to MockMethodDispatcher that this class is only ever l…

    …oaded by the bootstrap class loader.
    
    This is normally assured by Mockito but other testing frameworks that work with instrumentation can interfer with this. This might be difficult to discover for those frameworks as seen with Robolectric. This explicit error should help to discover such discrepencies.
    raphw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    c5406ae View commit details
    Browse the repository at this point in the history
  3. [ci maven-central-release] Merge pull request #2020 from mockito/cons…

    …tructor-dispatch
    
    Constructor dispatch
    raphw authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9ca3225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    065dd12 View commit details
    Browse the repository at this point in the history
Loading