A mocking framework for unit tests in Java that allows creating mock objects and defining their behavior.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a mock object and stub a method call.
Replace dependency with org.mockito:mockito-core.
No dependency data recorded yet.