org.mockito.internal.reporting
Class PrintSettings

java.lang.Object
  extended by org.mockito.internal.reporting.PrintSettings

public class PrintSettings
extends java.lang.Object


Constructor Summary
PrintSettings()
           
 
Method Summary
 boolean extraTypeInfoFor(int argumentIndex)
           
 boolean isMultiline()
           
 void setMatchersToBeDescribedWithExtraTypeInfo(java.lang.Integer[] indexesOfMatchers)
           
 void setMultiline(boolean multiline)
           
static PrintSettings verboseMatchers(java.lang.Integer... indexesOfMatchers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSettings

public PrintSettings()
Method Detail

setMultiline

public void setMultiline(boolean multiline)

isMultiline

public boolean isMultiline()

verboseMatchers

public static PrintSettings verboseMatchers(java.lang.Integer... indexesOfMatchers)

extraTypeInfoFor

public boolean extraTypeInfoFor(int argumentIndex)

setMatchersToBeDescribedWithExtraTypeInfo

public void setMatchersToBeDescribedWithExtraTypeInfo(java.lang.Integer[] indexesOfMatchers)