Package org.mockito.internal.debugging
Class WarningsPrinterImpl
- java.lang.Object
-
- org.mockito.internal.debugging.WarningsPrinterImpl
-
public class WarningsPrinterImpl extends java.lang.Object
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
print()
void
print(MockitoLogger logger)
-
-
-
Constructor Detail
-
WarningsPrinterImpl
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> unstubbedInvocations)
-
WarningsPrinterImpl
public WarningsPrinterImpl(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations, boolean warnAboutUnstubbed)
-
-
Method Detail
-
print
public void print(MockitoLogger logger)
-
print
public java.lang.String print()
-
-