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