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-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: mockito/mockito-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 6 contributors

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    513056e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    6d79682 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Prevent silent mis-stubbing (#479)

    Without this check, stubbing can silently be applied elsewhere.
    This fix can only be applied in `KStubbing` as `when` does not accept the mock itself and thus, the issue is presented.
    wesalvaro authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    34cb898 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Add doReturn().on { method() } helper to KStubbing (#453) (#481)

    Co-authored-by: Kate Corcoran 
    thecodewarrior and thecodewarrior authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1ab7540 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Upgrade mockito-core to 5.x (#482)

    Fixes #478
    lukas-krecan authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b1d5e79 View commit details
    Browse the repository at this point in the history
Loading