-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v4.9.0
head repository: mockito/mockito
compare: v4.10.0
- 13 commits
- 19 files changed
- 8 contributors
Commits on Nov 14, 2022
-
Add
Mockito.{mock,spy}
that take noClass
argument (#2779)This commit adds method `Mockito.mock()` as a shorter alternative for `Mockito.mock(Class)`. When the result of this call is assigned to a variable/field with an explicit type, java will detect the needed class automatically. Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3faa002 - Browse repository at this point
Copy the full SHA 3faa002View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 544d0b6 - Browse repository at this point
Copy the full SHA 544d0b6View commit details
Commits on Nov 23, 2022
-
Bump versions.bytebuddy from 1.12.16 to 1.12.19 (#2799)
Bumps `versions.bytebuddy` from 1.12.16 to 1.12.19. Updates `byte-buddy` from 1.12.16 to 1.12.19 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.16...byte-buddy-1.12.19) Updates `byte-buddy-agent` from 1.12.16 to 1.12.19 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.16...byte-buddy-1.12.19) Updates `byte-buddy-android` from 1.12.16 to 1.12.19 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.16...byte-buddy-1.12.19) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4086970 - Browse repository at this point
Copy the full SHA 4086970View commit details
Commits on Nov 24, 2022
-
Bump espresso-core from 3.4.0 to 3.5.0 (#2800)
Bumps espresso-core from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a8af042 - Browse repository at this point
Copy the full SHA a8af042View commit details
Commits on Nov 26, 2022
-
Bump kotlinVersion from 1.7.10 to 1.7.21 (#2801)
Bumps `kotlinVersion` from 1.7.10 to 1.7.21. Updates `kotlin-gradle-plugin` from 1.7.10 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21) Updates `kotlin-stdlib` from 1.7.10 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ce902a - Browse repository at this point
Copy the full SHA 0ce902aView commit details
Commits on Nov 28, 2022
-
Simplify
MatcherApplicationStrategy
(#2803)Prep work for #2796 The class is overly complex, with the precomputed `matchingType` adding to value.
Configuration menu - View commit details
-
Copy full SHA for 8f4af18 - Browse repository at this point
Copy the full SHA 8f4af18View commit details -
Bump junit from 1.1.3 to 1.1.4 (#2806)
Bumps junit from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83a41fd - Browse repository at this point
Copy the full SHA 83a41fdView commit details
Commits on Nov 29, 2022
-
Bump kotlinVersion from 1.7.21 to 1.7.22 (#2809)
Bumps `kotlinVersion` from 1.7.21 to 1.7.22. Updates `kotlin-gradle-plugin` from 1.7.21 to 1.7.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) Updates `kotlin-stdlib` from 1.7.21 to 1.7.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34b8a8d - Browse repository at this point
Copy the full SHA 34b8a8dView commit details -
Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (#2810)
Bumps com.github.ben-manes.versions from 0.42.0 to 0.44.0. --- updated-dependencies: - dependency-name: com.github.ben-manes.versions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bdcb31e - Browse repository at this point
Copy the full SHA bdcb31eView commit details
Commits on Nov 30, 2022
-
Bump shipkit-auto-version from 1.2.1 to 1.2.2 (#2811)
Bumps shipkit-auto-version from 1.2.1 to 1.2.2. --- updated-dependencies: - dependency-name: org.shipkit:shipkit-auto-version dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2567f05 - Browse repository at this point
Copy the full SHA 2567f05View commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee9ba74 - Browse repository at this point
Copy the full SHA ee9ba74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e6289 - Browse repository at this point
Copy the full SHA e2e6289View commit details
Commits on Dec 14, 2022
-
Add
mockito-subclass
artifact (#2821)Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Configuration menu - View commit details
-
Copy full SHA for a4e2e48 - Browse repository at this point
Copy the full SHA a4e2e48View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.9.0...v4.10.0