Class SideTest
- java.lang.Object
-
- jp.vmi.selenium.runner.model.side.SideBase
-
- jp.vmi.selenium.runner.model.side.SideTest
-
- All Implemented Interfaces:
Id,ITest<SideCommand>
public class SideTest extends SideBase implements ITest<SideCommand>
"test" element of side format.
-
-
Constructor Summary
Constructors Constructor Description SideTest(boolean isGen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommand(SideCommand command)List<SideCommand>getCommands()Get list of commands.voidsetCommands(List<SideCommand> commands)-
Methods inherited from class jp.vmi.selenium.runner.model.side.SideBase
getId, getName, setId, setName, toString
-
-
-
-
Method Detail
-
getCommands
public List<SideCommand> getCommands()
Description copied from interface:ITestGet list of commands.- Specified by:
getCommandsin interfaceITest<SideCommand>- Returns:
- list of commands.
-
setCommands
public void setCommands(List<SideCommand> commands)
-
addCommand
public void addCommand(SideCommand command)
-
-