Package | Description |
---|---|
com.sun.javatest.exec |
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
|
Modifier and Type | Method and Description |
---|---|
static Parameters |
BasicSessionControl.clone(Parameters p)
Clones passed parameters.
|
protected SessionExt |
BasicSessionControl.createEmptySession()
Creates an empty configuration for the test suite.
|
ET_SessionControl |
ET_DefaultControlFactory.createSessionControl() |
ET_SessionControl |
ET_ControlFactory.createSessionControl()
Creates a control over session.
|
void |
SessionExt.loadInterviewFromFile(WorkDirectory wd,
java.io.File jti)
Loads interview from a given file and associates it with a given
working directory.
|
void |
BasicSession.loadInterviewFromFile(WorkDirectory wd,
java.io.File cfgFile)
Loads interview from file.
|
void |
SessionExt.reloadInterview()
Reloads interview if out of date.
|
void |
BasicSession.reloadInterview()
Reloads interview if out of date.
|
void |
BasicSession.restore(java.util.Map map) |
void |
Session.restore(java.util.Map map)
Restores the config state from the map
|
void |
BasicSessionControl.restoreConfigFromWD(WorkDirectory wd)
Tries to restore latest available configuration for the session.
|
void |
ExecTool.update(InterviewParameters ip)
Invoked when manager orders to use new ip
|
void |
BasicSession.update(Session.Update u)
Applies the update.
|
void |
Session.update(Session.Update u)
Method to be invoked from outside to change the state of the Session.
|
void |
BasicSession.update(Session.Update u,
boolean updateConfig)
Applies the update.
|
void |
Session.update(Session.Update u,
boolean updateConfig)
Method to be invoked from outside to change the state of the Session.
|
void |
ExecTool.update(WorkDirectory wd)
Invoked when manager orders to use new wd.
|
void |
ExecTool.update(WorkDirectory wd,
boolean updateConfig)
Invoked when manager orders to use new wd.
|
protected void |
BasicSession.updateNewConfig(InterviewParameters ip)
Method invoked as a reaction on U_NewConfig update.
|
Constructor and Description |
---|
BasicSession(TestSuite ts)
Creates empty session for the passed test suite.
|
BasicSessionControl(javax.swing.JComponent parent,
UIFactory uif,
TestSuite ts,
ContextManager cm)
Creates a control over new created session for the passed test suite.
|
ExecTool(ExecToolManager mgr,
TestSuite ts) |
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.