Package | Description |
---|---|
org.safs.tools.drivers | |
org.safs.tools.engines |
Modifier and Type | Field and Description |
---|---|
(package private) EngineInterface |
STAFProcessContainerResult._engine |
protected EngineInterface |
AbstractDriver.ipcommands
|
protected EngineInterface |
AbstractDriver.tidcommands
|
protected EngineInterface |
AbstractDriver.tidcomponent
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EngineInterface> |
AbstractInputProcessor.embeddedEngines |
protected java.util.List<EngineInterface> |
AbstractDriver.embeddedEngines |
Modifier and Type | Method and Description |
---|---|
EngineInterface |
STAFProcessContainerResult.get_engine()
Normally stores the EngineInterface to the engine that processed a command.
|
EngineInterface |
DriverInterface.getAutoItComponentSupport() |
EngineInterface |
AbstractInputProcessor.getAutoItComponentSupport()
We provide AutoIt Component Function support.
|
EngineInterface |
AbstractDriver.getAutoItComponentSupport() |
protected EngineInterface |
STAFProcessContainerDriver.getEngineInterface(java.lang.String itemName)
Locate an EngineInterface given the engine priority string as defined in the
documented Configuration File standard for SAFS_ENGINES.
|
protected EngineInterface |
DefaultDriver.getEngineInterface(java.lang.String itemName)
Locate an EngineInterface given the engine priority string as defined in the
documented Configuration File standard for SAFS_ENGINES.
|
EngineInterface |
DriverInterface.getIPDriverCommands() |
EngineInterface |
AbstractInputProcessor.getIPDriverCommands() |
EngineInterface |
AbstractDriver.getIPDriverCommands() |
EngineInterface |
STAFProcessContainerDriver.getPreferredEngine(java.lang.String key) |
EngineInterface |
DriverInterface.getPreferredEngine(java.lang.String key) |
EngineInterface |
DefaultDriver.getPreferredEngine(java.lang.String key)
Retrieve a running
EngineInterface engineObject by stored classname. |
EngineInterface |
AbstractInputProcessor.getPreferredEngine(java.lang.String key) |
EngineInterface |
DriverInterface.getTIDDriverCommands() |
EngineInterface |
AbstractInputProcessor.getTIDDriverCommands()
We override the Driver's TIDDriverCommands object and provide our own instance
since the InputProcessor instance needs to override some values the TIDDriverCommands
object may query.
|
EngineInterface |
AbstractDriver.getTIDDriverCommands() |
EngineInterface |
DriverInterface.getTIDGUIlessComponentSupport() |
EngineInterface |
AbstractInputProcessor.getTIDGUIlessComponentSupport()
We provide generic support for certain Component Function commands that don't actually
operate on any GUI objects.
|
EngineInterface |
AbstractDriver.getTIDGUIlessComponentSupport() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EngineInterface> |
DriverInterface.getEmbeddedEngines() |
java.util.List<EngineInterface> |
AbstractInputProcessor.getEmbeddedEngines() |
java.util.List<EngineInterface> |
AbstractDriver.getEmbeddedEngines() |
java.util.ListIterator<EngineInterface> |
DriverInterface.getEnginePreferences() |
java.util.ListIterator<EngineInterface> |
DriverInterface.getEngines() |
Modifier and Type | Method and Description |
---|---|
void |
DriverInterface.addEmbeddedEngine(EngineInterface embeddedEngine) |
void |
AbstractInputProcessor.addEmbeddedEngine(EngineInterface embeddedEngine) |
void |
AbstractDriver.addEmbeddedEngine(EngineInterface embeddedEngine) |
boolean |
STAFProcessContainerDriver.isPreferredEngine(EngineInterface engine) |
boolean |
DriverInterface.isPreferredEngine(EngineInterface engine) |
boolean |
DefaultDriver.isPreferredEngine(EngineInterface engine) |
boolean |
AbstractInputProcessor.isPreferredEngine(EngineInterface engine) |
Constructor and Description |
---|
STAFProcessContainerResult(EngineInterface _engine,
long _statusCode,
java.lang.String _statusInfo)
Instantiate a result that captures the engine, statuscode, and statusinfo.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoItComponent
Provides local in-process support Component Functions and Driver Commands
by AutoIT engine on Windows.
|
class |
GenericEngine |
class |
SAFSABBOT
A wrapper to the Abbot SAFS engine--the "Abbot" engine.
|
class |
SAFSDRIVERCOMMANDS
Provides support for comprehensive, in-process Driver Commands.
|
class |
SAFSDROID
A wrapper to Google's Android Automation SAFS engine--the "Droid" engine.
|
class |
SAFSIOS
A wrapper to Apple's iOS Developer UIAutomation SAFS engine--the "IOS" engine.
|
class |
SAFSQTP
A wrapper to the Mercury QuickTest Pro SAFS engine--the "QTP" engine.
|
class |
SAFSROBOTJ
A wrapper to the IBM Rational Functional Tester SAFS engine--the "RobotJ" engine.
|
class |
SAFSSELENIUM
A wrapper to the Selenium SAFS engine--the "Selenium 2.0 WebDriver" engine.
|
class |
SAFSTC
A wrapper to Test Complete SAFS engine--the "TC" engine.
|
class |
TIDComponent
Provides local in-process support for GUIless Component Functions.
|
class |
TIDDriverCommands
Provides local in-process support for Driver Commands.Data
|
class |
TIDDriverCounterCommands
Provides local in-process support for DriverCounterCommands.
|
class |
TIDDriverFlowCommands
Provides local in-process support for DriverFlowCommands.
|
class |
TIDDriverLogCommands
Provides local in-process support for DriverLogCommands.
|
class |
TIDDriverRestCommands
The class to handle the REST driver commands.
|
Copyright © SAS Institute. All Rights Reserved.