Kirill Anisimov created IGNITE-28317:
----------------------------------------
Summary: Add sanity check to forbid internal Mockito API usage
Key: IGNITE-28317
URL: https://issues.apache.org/jira/browse/IGNITE-28317
Project: Ignite
Issue Type: Improvement
Components: general
Affects Versions: 2.17, 2.18
Reporter: Kirill Anisimov
Assignee: Kirill Anisimov
Fix For: None
h3. Issue:
Several test usages of {{org.mockito.internal.*}} were found {{{}d{}}}uring
Mockito 5 migration.
These classes belong to Mockito internal API and are not covered by
compatibility guarantees.
h3. Goal:
Add a sanity check that detects and prevents usages of
{{org.mockito.internal.*}} in the codebase.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)