Package | Description |
---|---|
org.safs.tools.drivers |
Modifier and Type | Class and Description |
---|---|
class |
FlowControlInfo |
Modifier and Type | Field and Description |
---|---|
protected FlowControlInterface |
AbstractDriver.cycleflowcontrol
CYCLE shared flow control info used by all Driver/InputProcessors.
|
protected FlowControlInterface |
AbstractInputProcessor.localFlowControlInterface
This allows us to provide per test table error recovery blockIDs
instead of the globally applied blockID values stored in the Driver.
|
protected FlowControlInterface |
AbstractDriver.stepflowcontrol
STEP shared flow control info used by all Driver/InputProcessors.
|
protected FlowControlInterface |
AbstractDriver.suiteflowcontrol
SUITE shared flow control info used by all Driver/InputProcessors.
|
Modifier and Type | Method and Description |
---|---|
FlowControlInterface |
DriverInterface.getFlowControlInterface(java.lang.String testlevel) |
FlowControlInterface |
AbstractInputProcessor.getFlowControlInterface(java.lang.String testlevel)
We provide our own local FlowControlInterface object if per/table flow control is enabled.
|
FlowControlInterface |
AbstractDriver.getFlowControlInterface(java.lang.String testlevel) |
Copyright © SAS Institute. All Rights Reserved.