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

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Merge pull request #1202 from rotilho/master

    Add support to nested value classes
    Raibaz authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ef56926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5512f97 View commit details
    Browse the repository at this point in the history
  3. Only unbox value class answers when appropriate

    Joshua Selbo committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3a00e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request #1203 from flapenna/fix-calloriginal-default-inter…

    …face-method
    
    Fix callOriginal on default interface method
    Raibaz authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    ed50694 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update API with maybeUnboxValueForMethodReturn

    Joshua Selbo committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    894732e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1204 from jselbo/master

    Only unbox value class answers when appropriate
    Raibaz authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    640966d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Fix capture using mutable list of value class

    Use `boxCast`, in the same way as `CapturingSlotMatcher` does.
    ath0s committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f33d04b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #1209 from ath0s/capture-mutable-list-value-class

    Fix capture using mutable list of value class
    Raibaz authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    108f9b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

  1. Merge pull request #1211 from JakeSteam/patch-2

    Updates documentation to include example access error workaround for Android users
    Raibaz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9f19288 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    db6c67a View commit details
    Browse the repository at this point in the history
  2. Update the API file

    Raibaz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    38a7f41 View commit details
    Browse the repository at this point in the history
Loading