Package jp.vmi.selenium.selenese.parser
Class CommandEntry
java.lang.Object
jp.vmi.selenium.selenese.parser.TestElementEntry
jp.vmi.selenium.selenese.parser.CommandEntry
public abstract class CommandEntry extends TestElementEntry
Command entry in test case.
-
Field Summary
Fields inherited from class jp.vmi.selenium.selenese.parser.TestElementEntry
id, name -
Method Summary
Modifier and Type Method Description abstract voidaddToTestCase(TestCase testCase, ICommandFactory commandFactory)Add command to test case.static CommandEntrynewInstance(String id, String name, String... args)Create new CommandEntry instance.static CommandEntrynewInstance(SideCommand sideCommand)Create new CommandEntry instance.
-
Method Details
-
addToTestCase
Add command to test case.- Parameters:
testCase- test case.commandFactory- command factory.
-
newInstance
Create new CommandEntry instance.- Parameters:
id- comman id.name- command name.args- command arguments.- Returns:
- CommandEntry instance.
-
newInstance
Create new CommandEntry instance.- Parameters:
sideCommand- SIDE command.- Returns:
- CommandEntry instance.
-