|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.jet.gui.Preference
edu.utep.cs.jet.gui.tester.Preference
public abstract class Preference
A utility class to store various user options for the tester.
| Field Summary |
|---|
| Fields inherited from class edu.utep.cs.jet.gui.Preference |
|---|
userPrefs |
| Constructor Summary | |
|---|---|
Preference()
|
|
| Method Summary | |
|---|---|
static int |
getTestAttempts()
Returns the number of test attempts. |
static String |
getTestImplClasses()
Returns the implementation classes for interfaces. |
static int |
getTestIncAttempts()
Returns the number of incremental test attempts. |
static int |
getTestMaxHeight()
Returns the maximum height of objects. |
static int |
getTestObjectPoolSize()
Returns the maximum size of the object pool. |
static String |
getTestStrategy()
Returns the test strategy. |
static boolean |
isRedundancyChecked()
Returns true iff testcase redundancy is checked. |
static boolean |
isTestObjectPooling()
Returns true iff the test object pooling is enabled. |
static void |
setRedundancyChecked(boolean flag)
Enables or disables the testcase redundancy check. |
static void |
setTestAttempts(String att)
Sets the number of test attempts. |
static void |
setTestImplClasses(String att)
Sets the implementation classes for interfaces. |
static void |
setTestIncAttempts(String att)
Sets the number of incremental test attempts. |
static void |
setTestMaxHeight(String att)
Sets the maximum height of objects. |
static void |
setTestObjectPooling(boolean flag)
Enables or disables the test object pooling. |
static void |
setTestObjectPoolSize(String att)
Sets the maximum size of the object pool. |
static void |
setTestStrategy(String strategy)
Sets the test strategy. |
| Methods inherited from class edu.utep.cs.jet.gui.Preference |
|---|
getBackground, getBanner, getClasspath, getJava, getJavaCompiler, getRawClasspath, getRoot, getTheme, parseInt, parseNonNegativeInt, parsePositiveInt, setBackground, setBanner, setJava, setJavaCompiler, setRawClasspath, setRoot, setTheme |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Preference()
| Method Detail |
|---|
public static String getTestStrategy()
public static void setTestStrategy(String strategy)
public static int getTestMaxHeight()
public static void setTestMaxHeight(String att)
public static int getTestAttempts()
public static void setTestAttempts(String att)
public static int getTestIncAttempts()
public static void setTestIncAttempts(String att)
public static boolean isTestObjectPooling()
public static void setTestObjectPooling(boolean flag)
public static int getTestObjectPoolSize()
public static void setTestObjectPoolSize(String att)
public static boolean isRedundancyChecked()
public static void setRedundancyChecked(boolean flag)
public static void setTestImplClasses(String att)
public static String getTestImplClasses()
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||