Integration library for using Mockito 3.4 with ScalaTest on Scala 2.12.
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-3-4_2.12</artifactId>
<version>3.2.10.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a mock using MockitoSugar in a ScalaTest spec.
Use the correct version of scalatestplus-mockito for your Scala version (e.g., 2.12).
No dependency data recorded yet.