Uses of Class
org.mockito.internal.reporting.PrintSettings
Packages that use PrintSettings
Package
Description
Argument matchers for verification and stubbing.
Deals with nicely printing verification errors
-
Uses of PrintSettings in org.mockito.internal.matchers
Methods in org.mockito.internal.matchers with parameters of type PrintSettingsModifier and TypeMethodDescriptionMatchersPrinter.getArgumentsBlock
(List<org.hamcrest.Matcher> matchers, PrintSettings printSettings) MatchersPrinter.getArgumentsLine
(List<org.hamcrest.Matcher> 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)