|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecModel
Method Summary | |
---|---|
void |
configure()
Causes a series of actions to be performed to complete configuration. |
TestResultTable |
getActiveTestResultTable()
Get the test result table currently in use for display. |
ContextManager |
getContextManager()
|
ExecToolManager |
getExecToolManager()
|
FilterConfig |
getFilterConfig()
|
InterviewParameters |
getInterviewParameters()
|
TestSuite |
getTestSuite()
|
WorkDirectory |
getWorkDirectory()
|
boolean |
isConfiguring()
Returns true if the model is in the configuration stage, user is either selecting work directory or editing configuration. |
void |
print(java.awt.print.Printable p)
|
void |
printSetup()
|
void |
runTests(java.lang.String[] urls)
Run specified tests. |
void |
setWorkDir(WorkDirectory wd,
boolean addToFileHistory)
|
void |
showConfigEditor(boolean runTestsWhenDone)
Show the configuration editor for this tool, and optionally run the tests defined by the configuration when the editor is closed. |
void |
showMessage(java.util.ResourceBundle msgs,
java.lang.String key)
|
void |
showTemplateEditor()
Show the configuration editor for this tool with current template |
void |
showWorkDirDialog(boolean allowTemplates)
|
Method Detail |
---|
TestSuite getTestSuite()
WorkDirectory getWorkDirectory()
InterviewParameters getInterviewParameters()
FilterConfig getFilterConfig()
ContextManager getContextManager()
TestResultTable getActiveTestResultTable()
void showWorkDirDialog(boolean allowTemplates)
void showConfigEditor(boolean runTestsWhenDone)
runTestsWhenDone
- true if the tests should automatically
be run when the user closes the configuration editor,
and false otherwise.void showTemplateEditor()
void configure()
boolean isConfiguring()
void runTests(java.lang.String[] urls)
urls
- These names may either be paths to folders or test names.
Empty string value in the array indicates that the whole test suite
should be run.void showMessage(java.util.ResourceBundle msgs, java.lang.String key)
void printSetup()
void print(java.awt.print.Printable p)
void setWorkDir(WorkDirectory wd, boolean addToFileHistory) throws Interview.Fault, TestSuite.Fault
Interview.Fault
TestSuite.Fault
ExecToolManager getExecToolManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |