Package org.mockito.internal.debugging
Class WarningsPrinterImpl
java.lang.Object
org.mockito.internal.debugging.WarningsPrinterImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWarningsPrinterImpl
(boolean warnAboutUnstubbed, WarningsFinder finder) WarningsPrinterImpl
(List<Invocation> unusedStubs, List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed) -
Method Summary
-
Field Details
-
warnAboutUnstubbed
private final boolean warnAboutUnstubbed -
finder
-
-
Constructor Details
-
WarningsPrinterImpl
public WarningsPrinterImpl(List<Invocation> unusedStubs, List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed) -
WarningsPrinterImpl
WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder)
-
-
Method Details
-
print
-