Package org.mockito.internal.reporting
Class PrintSettings
java.lang.Object
org.mockito.internal.reporting.PrintSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanextraTypeInfoFor(int argumentIndex) booleanfullyQualifiedNameFor(String simpleClassName) booleanprint(List<ArgumentMatcher> matchers, Invocation invocation) print(Invocation invocation) print(MatchableInvocation invocation) voidsetMatchersToBeDescribedWithExtraTypeInfo(Integer[] indexesOfMatchers) voidsetMatchersToBeDescribedWithFullName(Set<String> indexesOfMatchers) voidsetMultiline(boolean multiline) static PrintSettingsverboseMatchers(Integer... indexesOfMatchers)
-
Field Details
-
MAX_LINE_LENGTH
public static final int MAX_LINE_LENGTH- See Also:
-
-
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
-