Package jp.vmi.selenium.selenese.parser
Interface CommandIterator
-
- All Superinterfaces:
Iterable<CommandEntry>,Iterator<CommandEntry>,TestElementIterator<CommandEntry>
- All Known Implementing Classes:
SeleneseCommandIterator,SideCommandIterator
public interface CommandIterator extends TestElementIterator<CommandEntry>
Test case iterator with iterable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseURL()Get test case base URL.-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface jp.vmi.selenium.selenese.parser.TestElementIterator
getFilename, getId, getName, isDummy, iterator
-
-
-
-
Method Detail
-
getBaseURL
String getBaseURL()
Get test case base URL.- Returns:
- base URL.
-
-