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.2.0
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.2.4
Choose a head ref
  • 10 commits
  • 27 files changed
  • 6 contributors

Commits on Dec 6, 2019

  1. Fixes #1839 : Badge improvements in README.md (#1840)

    Use shields.io badge for Bintray, as the Bintray hosted badge shows
    "Download" and cannot be made to show "Bintray".
    
    Split an excessively long line for the first row of badges.
    
    Update the alt text for "Release Notes". Non-graphical users would only
    see a link to the release notes.
    
    "Javadoc" was misspelled as "Javadocs".
    
    Use HTTPS for all links.
    
    Use direct links to the package on Maven Central and Bintray.
    
    Use the default color for Javadoc, red looks as an error.
    proski authored and TimvdLippe committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    ae8117f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Add matchers for incompatible type matchers (#1832)

    We discovered that users run into issues with using the wrong Mockito
    matcher for arguments. Examples include `any(Integer.class)` instead of
    `anyInt()` and `anyInt()` instead of `anyFloat()`. Users then run into
    cryptic run-time errors that are difficult to understand.
    
    These ErrorProne checkers make these a compile warning, to warn the user
    before hand. They also provide the appropriate fixes that can be
    directly applied.
    TimvdLippe authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    dd68237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c3b4f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    fe1141b View commit details
    Browse the repository at this point in the history
  2. Update version number to Mockito 3.2.2

    3.2.1 was already published and tagged, so we should skip that version.
    TimvdLippe committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4c29061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    517facc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Revert "Add java.time.Duration overloads to timeout and after (#1818

    )" (#1845)
    
    This reverts commit 9603fb2.
    TimvdLippe authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    1ce2078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bea9b View commit details
    Browse the repository at this point in the history
  3. Publish Mockito 3.2.3 to Maven Central

    [ci maven-central-release]
    TimvdLippe committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    4898be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204f9c1 View commit details
    Browse the repository at this point in the history
Loading