Package org.mockito.internal.stubbing
Class UnusedStubbingReporting
java.lang.Object
org.mockito.internal.stubbing.UnusedStubbingReporting
Helps determining if stubbing should be reported as unused
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshouldBeReported(Stubbing stubbing) Decides if the stubbing should be reported as unused.
-
Method Details
-
shouldBeReported
Decides if the stubbing should be reported as unused. Lenient stubbings are not reported as unused.
-