Package org.mockito.internal.debugging
Class WarningsPrinterImpl
- java.lang.Object
-
- org.mockito.internal.debugging.WarningsPrinterImpl
-
public class WarningsPrinterImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private WarningsFinder
finder
private boolean
warnAboutUnstubbed
-
Constructor Summary
Constructors Constructor Description WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder)
WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
print()
-
-
-
Field Detail
-
warnAboutUnstubbed
private final boolean warnAboutUnstubbed
-
finder
private final WarningsFinder finder
-
-
Constructor Detail
-
WarningsPrinterImpl
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed)
-
WarningsPrinterImpl
WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder)
-
-