mockito-4.6 integration for ScalaTest, enabling Mockito mocking in Scala tests.
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-4-6_2.13</artifactId>
<version>3.2.15.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses MockitoSugar to create a mock and define behavior.
Ensure your project uses Scala 2.13 and Mockito 4.6.x.
No dependency data recorded yet.