public interface ConnectionCapabilities
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
canCompareWithoutConnection(ScriptingContext ctx)
Indicate whether a live connection is required to perform the comparison.
|
boolean |
hasStableParameterSet()
Indicate whether the comparison method uses a stable and well known set
of parameters (arguments).
|
boolean canCompareWithoutConnection(ScriptingContext ctx)
ctx
- a script context.boolean hasStableParameterSet()
false
the
calling command such as CompareTo
or WaitFor
must ignore all unknown parameters and pass them to the method.