Skip to content

Conversation

ARUS2023
Copy link

@ARUS2023 ARUS2023 commented Oct 6, 2023

In our analysis of the project, we observed that:
2 stubbings are created but never executed by the test TimeBasedCacheTest.doesNotReloadCacheWithinTimeLimit.

Unnecessary stubbings are stubbed method calls that were never realized during test execution. Mockito recommends to remove unnecessary stubbings (https://www.javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/exceptions/misusing/UnnecessaryStubbingException.html).

We propose below a solution to remove the unnecessary stubbing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant