mockito-scala
mockito-scala copied to clipboard
Mockito for Scala language
## About this PR 📦 Updates [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from `2.2` to `3.0` 📜 [GitHub Release Notes](https://github.com/hamcrest/JavaHamcrest/releases/tag/v3.0) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Version Diff](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) ## Usage ✅ **Please merge!** I'll automatically update this PR...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.3) ## 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.9` to `1.10.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
I have started working in Scala very recently. I have below code in the main method that I'll need to mock for writing test cases, ``` object SacSAAgentSoftwareLogParser extends SparkSessionCreation...
## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.3` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.3) ## 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.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.15) - [Version Diff](https://github.com/scala/scala/compare/v2.13.14...v2.13.15) ## 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.19` to `2.12.20` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.20) - [Version Diff](https://github.com/scala/scala/compare/v2.12.19...v2.12.20) ## Usage ✅ **Please merge!** I'll automatically update this...
We are not able to mock methods that use optional default arguments. This problem occurs on Java 21 and using `mockito-scala` `1.17.37`: ``` test("bla") { trait Mockable { def doTheThing(a:...
Hi there, I'm seeing intermittent errors when mocking the AWS Java SDK v2 within a Scala 2.12 project. The versions are as follows: ``` javacOptions ++= Seq("--release", "11") scalaVersion :=...