Class MatchersPrinter
java.lang.Object
org.mockito.internal.matchers.text.MatchersPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Iterator
<FormattedText> applyPrintSettings
(List<ArgumentMatcher> matchers, PrintSettings printSettings) getArgumentsBlock
(List<ArgumentMatcher> matchers, PrintSettings printSettings) getArgumentsLine
(List<ArgumentMatcher> matchers, PrintSettings printSettings)
-
Constructor Details
-
MatchersPrinter
public MatchersPrinter()
-
-
Method Details
-
getArgumentsLine
-
getArgumentsBlock
-
applyPrintSettings
private Iterator<FormattedText> applyPrintSettings(List<ArgumentMatcher> matchers, PrintSettings printSettings)
-