Package org.mockito.internal.reporting
Class PrintSettings
java.lang.Object
org.mockito.internal.reporting.PrintSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
extraTypeInfoFor
(int argumentIndex) boolean
fullyQualifiedNameFor
(String simpleClassName) boolean
print
(List<ArgumentMatcher> matchers, Invocation invocation) print
(Invocation invocation) print
(MatchableInvocation invocation) void
setMatchersToBeDescribedWithExtraTypeInfo
(Integer[] indexesOfMatchers) void
setMatchersToBeDescribedWithFullName
(Set<String> indexesOfMatchers) void
setMultiline
(boolean multiline) static PrintSettings
verboseMatchers
(Integer... indexesOfMatchers)
-
Field Details
-
MAX_LINE_LENGTH
public static final int MAX_LINE_LENGTH- See Also:
-
multiline
private boolean multiline -
withTypeInfo
-
withFullyQualifiedName
-
-
Constructor Details
-
PrintSettings
public PrintSettings()
-
-
Method Details
-
setMultiline
public void setMultiline(boolean multiline) -
isMultiline
public boolean isMultiline() -
verboseMatchers
-
extraTypeInfoFor
public boolean extraTypeInfoFor(int argumentIndex) -
fullyQualifiedNameFor
-
setMatchersToBeDescribedWithExtraTypeInfo
-
setMatchersToBeDescribedWithFullName
-
print
-
print
-
print
-