org.tap4j.representer
Class DumperOptions
java.lang.Object
org.tap4j.representer.DumperOptions
public class DumperOptions
- extends Object
Options used by a representer.
- Since:
- 0.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumperOptions
public DumperOptions()
isPrintDiagnostics
public boolean isPrintDiagnostics()
- Returns:
- the printDiagnostics
setPrintDiagnostics
public void setPrintDiagnostics(boolean printDiagnostics)
- Parameters:
printDiagnostics
- the printDiagnostics to set
isPrintSubtests
public boolean isPrintSubtests()
- Returns:
- the printSubtests
setPrintSubtests
public void setPrintSubtests(boolean printSubtests)
- Parameters:
printSubtests
- the printSubtests to set
setIndent
public void setIndent(int indent)
- Parameters:
indent
- the indent to set
getIndent
public int getIndent()
- Returns:
- the indent
setSpaces
public void setSpaces(int spaces)
- Parameters:
spaces
- the spaces to set
getSpaces
public int getSpaces()
- Returns:
- the spaces
setAllowEmptyTestPlan
public void setAllowEmptyTestPlan(boolean allowEmptyTestPlan)
- Parameters:
allowEmptyTestPlan
- the allowEmptyTestPlan to set
isAllowEmptyTestPlan
public boolean isAllowEmptyTestPlan()
- Returns:
- the allowEmptyTestPlan
Copyright © 2010-2012 TupiLabs. All Rights Reserved.