public class PrintSettings extends Object
Constructor and Description |
---|
PrintSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
extraTypeInfoFor(int argumentIndex) |
boolean |
isMultiline() |
void |
setMatchersToBeDescribedWithExtraTypeInfo(Integer[] indexesOfMatchers) |
void |
setMultiline(boolean multiline) |
static PrintSettings |
verboseMatchers(Integer... indexesOfMatchers) |
public void setMultiline(boolean multiline)
public boolean isMultiline()
public static PrintSettings verboseMatchers(Integer... indexesOfMatchers)
public boolean extraTypeInfoFor(int argumentIndex)
public void setMatchersToBeDescribedWithExtraTypeInfo(Integer[] indexesOfMatchers)
Copyright © 2018. All rights reserved.