public interface StatementExecutorInterface extends InstructionExecutor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInstance(java.lang.String instanceName) |
java.lang.Object |
getSymbol(java.lang.String symbolName)
This method can be used by TableTable custom fixtures to have access
to the table of symbols.
|
java.lang.Object |
getSymbolObject(java.lang.String symbolName)
This method can be used by TableTable custom fixtures to have access
to the table of symbols.
|
void |
reset() |
void |
setInstance(java.lang.String actorInstanceName,
java.lang.Object actor) |
boolean |
stopHasBeenRequested() |
addPath, assign, call, callAndAssign, create
java.lang.Object getSymbol(java.lang.String symbolName)
ConverterRegistry
) of the symbol's value, unless it is a List.
For Lists it returns the actual List.
To access the actual/raw object use getSymbolObject(String)
.symbolName
- name of symbol to retrieve value for.ConverterRegistry
.java.lang.Object getSymbolObject(java.lang.String symbolName)
getSymbol(String)
, but it always returns the Object for the object, without
conversion by converter as configured in ConverterRegistry
.symbolName
- name of symbol to retrieve value for.java.lang.Object getInstance(java.lang.String instanceName)
boolean stopHasBeenRequested()
void reset()
void setInstance(java.lang.String actorInstanceName, java.lang.Object actor)