public class SessionObject extends Object implements SessionObjectAction, TestAction, ControlAction, DataProvider
next control to go to next line.
The sequence of line for each session object depends on two switches:
reset control
must be used to loop; otherwise, an exception is thrown.
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_SEPARATOR |
| Constructor and Description |
|---|
SessionObject(Map<String,String> params)
Constructor for specimen object.
|
public static final char DEFAULT_SEPARATOR
public Object createNewSessionObject()
createNewSessionObject in interface SessionObjectActionSessionObjectAction.createNewSessionObject()public void close()
close in interface SessionObjectActionSessionObjectAction.close()public void reset()
reset in interface SessionObjectActionSessionObjectAction.reset()public boolean doTest(int number,
Map<String,String> params)
doTest in interface TestActionorg.ow2.clif.scenario.isac.plugin.TestAction#doTest()public void doControl(int number,
Map<String,String> params)
doControl in interface ControlActionorg.ow2.clif.scenario.isac.plugin.ControlAction#doControl()public String doGet(String var)
doGet in interface DataProviderorg.ow2.clif.scenario.isac.plugin.DataProvider#doGet()Copyright © 2020 OW2. All Rights Reserved.