Integration library providing Mockito 4.2 support for ScalaTest on Scala 2.12.
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-4-2_2.12</artifactId>
<version>3.2.12.0-RC2</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 test.
Ensure your project uses Scala 2.12 and Mockito 4.2.x.
No dependency data recorded yet.