public class WarningsPrinterImpl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private WarningsFinder |
finder |
private boolean |
warnAboutUnstubbed |
Constructor and Description |
---|
WarningsPrinterImpl(boolean warnAboutUnstubbed,
WarningsFinder finder) |
WarningsPrinterImpl(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> allInvocations,
boolean warnAboutUnstubbed) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
print() |
private final boolean warnAboutUnstubbed
private final WarningsFinder finder
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed)
WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder)