org.tap4j.representer
Class DumperOptions

Package class diagram package DumperOptions
java.lang.Object
  extended by org.tap4j.representer.DumperOptions

public class DumperOptions
extends Object

Options used by a representer.

Since:
0.1

Constructor Summary
DumperOptions()
           
 
Method Summary
 int getIndent()
           
 int getSpaces()
           
 boolean isAllowEmptyTestPlan()
           
 boolean isPrintDiagnostics()
           
 boolean isPrintSubtests()
           
 void setAllowEmptyTestPlan(boolean allowEmptyTestPlan)
           
 void setIndent(int indent)
           
 void setPrintDiagnostics(boolean printDiagnostics)
           
 void setPrintSubtests(boolean printSubtests)
           
 void setSpaces(int spaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumperOptions

public DumperOptions()
Method Detail

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.