Package | Description |
---|---|
org.mockito.internal.matchers.text | |
org.mockito.internal.reporting |
Deals with nicely printing verification errors.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Iterator<FormattedText> |
MatchersPrinter.applyPrintSettings(java.util.List<ArgumentMatcher> matchers,
PrintSettings printSettings) |
java.lang.String |
MatchersPrinter.getArgumentsBlock(java.util.List<ArgumentMatcher> matchers,
PrintSettings printSettings) |
java.lang.String |
MatchersPrinter.getArgumentsLine(java.util.List<ArgumentMatcher> matchers,
PrintSettings printSettings) |
Modifier and Type | Method and Description |
---|---|
static PrintSettings |
PrintSettings.verboseMatchers(java.lang.Integer... indexesOfMatchers) |