public class WarningsPrinterImpl
extends java.lang.Object
Constructor | Description |
---|---|
WarningsPrinterImpl(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> unstubbedInvocations) |
|
WarningsPrinterImpl(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> allInvocations,
boolean warnAboutUnstubbed) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
print() |
|
void |
print(MockitoLogger logger) |
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> unstubbedInvocations)
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed)
public void print(MockitoLogger logger)
public java.lang.String print()