public class PrintSettings
extends java.lang.Object
Constructor and Description |
---|
PrintSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
extraTypeInfoFor(int argumentIndex) |
boolean |
isMultiline() |
void |
setMatchersToBeDescribedWithExtraTypeInfo(java.lang.Integer[] indexesOfMatchers) |
void |
setMultiline(boolean multiline) |
static PrintSettings |
verboseMatchers(java.lang.Integer... indexesOfMatchers) |
public void setMultiline(boolean multiline)
public boolean isMultiline()
public static PrintSettings verboseMatchers(java.lang.Integer... indexesOfMatchers)
public boolean extraTypeInfoFor(int argumentIndex)
public void setMatchersToBeDescribedWithExtraTypeInfo(java.lang.Integer[] indexesOfMatchers)