Registry / testing / mockito-3-2-2-13

mockito-3-2-2-13

JSON →
library3.1.2.0javamavenunverified

Integration library for using Mockito 3.2 with ScalaTest on Scala 2.13.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-3-2_2.13</artifactId> <version>3.1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · MOCKITO-3-2-2-13
M
mockito-3-2-2-13
testingjavav3.1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MockitoSugar
org.scalatestplus.mockito.MockitoSugar

Shows using MockitoSugar trait in a ScalaTest suite.

import org.scalatestplus.mockito.MockitoSugar import org.scalatest.funsuite.AnyFunSuite class ExampleTest extends AnyFunSuite with MockitoSugar { test("mock example") { val mockList = mock[List[String]] // use mock } }
Debug
Known issues
breakingVersion compatibility: Ensure Scala version matches (2.13).
fix
Use the correct artifact for your Scala version (e.g., mockito-3-2_2.13).
affects: all
Upgrade
Version history
3.1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mockito-3-2-2-13 — mvn dependency:get mockito-3-2-2-13 · libregistry