Package | Description |
---|---|
org.safs | |
org.safs.model.examples.advanced | |
org.safs.model.tools | |
org.safs.tools.consoles | |
org.safs.tools.counters | |
org.safs.tools.drivers | |
org.safs.tools.engines |
Modifier and Type | Method and Description |
---|---|
static DriverInterface |
SAFSPlus.iDriver() |
Modifier and Type | Class and Description |
---|---|
class |
JSAFSAdvancedRuntime
JSAFSAdvancedRuntime is a comprehensive sample implementation of a
Driver Advanced Runtime.
|
Modifier and Type | Method and Description |
---|---|
static DriverInterface |
Driver.getIDriver() |
static DriverInterface |
Runner.iDriver()
retrieve access to the the active DriverInterface, if needed and available.
|
DriverInterface |
Driver.iDriver() |
DriverInterface |
AbstractRunner.iDriver() |
DriverInterface |
AbstractDriver.iDriver() |
Modifier and Type | Method and Description |
---|---|
static void |
Driver.setIDriver(DriverInterface iDriver) |
Modifier and Type | Method and Description |
---|---|
void |
SAFSMonitorFrame.setDriver(DriverInterface driver)
set DriverInterface that is running the test.
|
Constructor and Description |
---|
debugAppMap(DriverInterface driver) |
Modifier and Type | Field and Description |
---|---|
protected DriverInterface |
SAFSCOUNTERS.driver |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDriver
The root, abstract implementation of our tool-independent Driver.
|
class |
AbstractInputProcessor
An abstract implementation of the DriverInterface to be subclassed by
other concrete InputProcessors.
|
class |
DefaultDriver
The root, yet abstract, implementation of our tool-independent Driver.
|
class |
InputProcessor
Processes a single input source test table.
|
class |
JSAFSDriver
A class that provides easy access to SAFS functionality for non-SAFS programs and frameworks.
|
class |
SAFSDRIVER
SAFSDRIVER is the default, completed implementation of our abstract DefaultDriver.
|
class |
STAFProcessContainerDriver
An implementation of AbstractDriver for use by STAFProcessContainer.
|
Modifier and Type | Field and Description |
---|---|
protected DriverInterface |
DriverConfiguredSTAFInterfaceClass.driver
The DriverInterface used for all configuration information.
|
protected DriverInterface |
AbstractInputProcessor.driver
The parent DriverInterface app running the test.
|
Constructor and Description |
---|
AbstractInputProcessor(DriverInterface driver)
Constructor for AbstractInputProcessor
|
InputProcessor(DriverInterface driver,
SourceInterface sourceid,
UniqueIDInterface logid)
Constructor for InputProcessor
|
Constructor and Description |
---|
AutoItComponent(DriverInterface driver)
PREFERRED Constructor for AUTOITComponent.
|
SAFSABBOT(DriverInterface driver)
PREFERRED Constructor for SAFSROBOTJ.
|
SAFSDRIVERCOMMANDS(DriverInterface driver)
PREFERRED Constructor for SAFSDriverCommands.
|
SAFSDROID(DriverInterface driver)
PREFERRED Constructor for SAFS/DROID.
|
SAFSIOS(DriverInterface driver)
PREFERRED Constructor for SAFSIOS.
|
SAFSQTP(DriverInterface driver)
PREFERRED Constructor for SAFSQTP.
|
SAFSROBOTJ(DriverInterface driver)
PREFERRED Constructor for SAFSROBOTJ.
|
SAFSSELENIUM(DriverInterface driver)
PREFERRED Constructor for SAFSSELENIUM.
|
SAFSTC(DriverInterface driver)
PREFERRED Constructor for SAFSTC.
|
TIDComponent(DriverInterface driver)
PREFERRED Constructor for TIDComponent.
|
TIDDriverCommands(DriverInterface driver)
PREFERRED Constructor for TIDDriverCommands.
|
TIDDriverCounterCommands(DriverInterface driver)
PREFERRED Constructor for TIDDriverCommands.
|
TIDDriverFlowCommands(DriverInterface driver)
PREFERRED Constructor for TIDDriverCommands.
|
TIDDriverLogCommands(DriverInterface driver)
PREFERRED Constructor for TIDDriverCommands.
|
TIDDriverRestCommands(DriverInterface driver)
PREFERRED Constructor: Constructs the instance and calls launchInterface to initialize.
|
Copyright © SAS Institute. All Rights Reserved.