|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrowe.test.Tester
Field Summary | |
static String |
CONSOLE_PROP
Indicates the user interface ought to use the command line. |
static String |
NATIVE_PROP
Indicates the user interface ought to use the AWT widget set. |
static String |
SWING_PROP
Indicates the user interface ought to use the Swing widget set. |
static String |
UI_PROP
The name of the system property which stores the gui indicator. |
Constructor Summary | |
Tester()
Creates a Tester . |
Method Summary | |
static Test |
createSuite(Class suiteClass)
Deprecated. |
static TestSuite |
createTestSuite(Class cls)
|
static TestSuite |
createTestSuite(String className)
|
boolean |
isConsole()
Returns whether the console based user interface will be used or not. |
boolean |
isNativeGUI()
Returns whether the AWT graphical user interface will be used or not. |
boolean |
isSwingGUI()
Returns whether the Swing graphical user interface will be used or not. |
static void |
main(String[] args)
|
void |
runSuite(Class cls)
|
void |
runSuite(String suiteName)
|
void |
runSuite(Test test)
|
void |
runSuite(TestSuite suite)
|
void |
runSuiteConsole(String className)
|
void |
runSuiteConsole(Test suite)
|
void |
runSuiteNative(String className)
|
void |
runSuiteSwing(String className)
|
void |
setConsole()
Sets this Tester to use the console based user interface. |
void |
setNativeGUI()
Sets this Tester to use the AWT graphical user interface. |
void |
setSwingGUI(boolean newSwingGUI)
Sets this Tester to use the Swing graphical user interface. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final String UI_PROP
public static final String NATIVE_PROP
public static final String SWING_PROP
public static final String CONSOLE_PROP
Constructor Detail |
public Tester()
Tester
.Method Detail |
public void setConsole()
Tester
to use the console based user interface.public boolean isConsole()
public void setSwingGUI(boolean newSwingGUI)
Tester
to use the Swing graphical user interface.public boolean isSwingGUI()
public void setNativeGUI()
Tester
to use the AWT graphical user interface.public boolean isNativeGUI()
public static Test createSuite(Class suiteClass)
Test
from the specified class.suiteClass
- the specified classpublic void runSuite(Class cls)
public void runSuite(String suiteName)
public void runSuite(Test test)
public void runSuite(TestSuite suite)
public void runSuiteNative(String className)
public void runSuiteSwing(String className)
public void runSuiteConsole(String className)
public void runSuiteConsole(Test suite)
public static TestSuite createTestSuite(String className)
public static TestSuite createTestSuite(Class cls)
public static void main(String[] args)
|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |