Package jp.vmi.selenium.selenese.parser
Interface TestCaseIterator
-
- All Superinterfaces:
Iterable<TestCaseEntry>,Iterator<TestCaseEntry>,TestElementIterator<TestCaseEntry>
- All Known Implementing Classes:
SeleneseTestCaseIterator,SideTestCaseIterator
public interface TestCaseIterator extends TestElementIterator<TestCaseEntry>
Test suite iterator with iterable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestElementIteratorFactory<CommandIterator,TestCaseEntry>getCommandIteratorFactory()Get command iterator factory.-
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
-
getCommandIteratorFactory
TestElementIteratorFactory<CommandIterator,TestCaseEntry> getCommandIteratorFactory() throws InvalidSeleneseException
Get command iterator factory.- Returns:
- command iterator factory.
- Throws:
InvalidSeleneseException- invalid selenese exception.
-
-