mockito-scala icon indicating copy to clipboard operation
mockito-scala copied to clipboard

Mockito for Scala language

Results 40 mockito-scala issues
Sort by recently updated
recently updated
newest added

Updates org.mockito:mockito-core from 4.6.1 to 4.11.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Using Mockito 4.6.1 and Scala 2.13.10: ```scala class Foo[A] { final def go(x: Foo[Object]): Object = "foo" } class Bar extends Foo[Object] { def go(x: Foo[String]): String = "bar" }...

Hi folks, I'm using: - openJDK 11 - scala 2.13.10 - mockito-scala-cats 1.17.12 - scalaTestPlus 5.1.0 I've added src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker to enable the inline mock maker. After doing so I am...

After upgrading to java 19 we started seeing `InvalidUseOfMatchersException` errors coming from mockito. ``` trait Foo { def bar(a: String, b: Int = 1): Int } object Test extends org.mockito.IdiomaticMockito...

The library has a vulnerability according to: https://mvnrepository.com/artifact/org.mockito/mockito-scala_2.13/1.17.12

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.17` to `3.8.1` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.17...v3.8.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.7` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.7...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.8` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.18` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.18...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.13` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.13...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this...