Uses of Class
jp.vmi.selenium.runner.model.side.SideCommand
-
Packages that use SideCommand Package Description jp.vmi.selenium.runner.model.side jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.parser -
-
Uses of SideCommand in jp.vmi.selenium.runner.model.side
Methods in jp.vmi.selenium.runner.model.side that return types with arguments of type SideCommand Modifier and Type Method Description List<SideCommand>SideTest. getCommands()Methods in jp.vmi.selenium.runner.model.side with parameters of type SideCommand Modifier and Type Method Description voidSideTest. addCommand(SideCommand command)Method parameters in jp.vmi.selenium.runner.model.side with type arguments of type SideCommand Modifier and Type Method Description voidSideTest. setCommands(List<SideCommand> commands) -
Uses of SideCommand in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command with parameters of type SideCommand Modifier and Type Method Description voidAbstractCommand. setSideCommand(SideCommand sideCommand)voidICommand. setSideCommand(SideCommand sideCommand)Set side command.voidStartMarker. setSideCommand(SideCommand sideCommand) -
Uses of SideCommand in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser with parameters of type SideCommand Modifier and Type Method Description static CommandEntryCommandEntry. newInstance(SideCommand sideCommand)Create new CommandEntry instance.
-