Bill of Materials (BOM) for Mockito, a popular Java mocking framework for unit tests.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.23.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and use a mock object with Mockito.
Ensure you have the required dependencies like byte-buddy and objenesis in your project.
No dependency data recorded yet.