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
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
-
Constructor Details
-
SideTest
public SideTest(boolean isGen)
-
-
Method Details
-
getCommands
Description copied from interface:ITestGet list of commands.- Specified by:
getCommandsin interfaceITest<SideCommand>- Returns:
- list of commands.
-
setCommands
-
addCommand
-