Mockito preconfigured with inline mock maker for mocking final classes and methods.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a mock and stubs a method call.
Consider using org.mockito:mockito-core with inline mock maker enabled via configuration.
No dependency data recorded yet.