Uses of Class
org.mockito.internal.reporting.PrintSettings
Packages that use PrintSettings
Package
Description
Deals with nicely printing verification errors.
-
Uses of PrintSettings in org.mockito.internal.matchers.text
Methods in org.mockito.internal.matchers.text with parameters of type PrintSettingsModifier and TypeMethodDescriptionprivate Iterator<FormattedText>
MatchersPrinter.applyPrintSettings
(List<ArgumentMatcher> matchers, PrintSettings printSettings) MatchersPrinter.getArgumentsBlock
(List<ArgumentMatcher> matchers, PrintSettings printSettings) MatchersPrinter.getArgumentsLine
(List<ArgumentMatcher> matchers, PrintSettings printSettings) -
Uses of PrintSettings in org.mockito.internal.reporting
Methods in org.mockito.internal.reporting that return PrintSettingsModifier and TypeMethodDescriptionstatic PrintSettings
PrintSettings.verboseMatchers
(Integer... indexesOfMatchers)