![JAR search and dependency download from the Maven repository](/logo.png)
org.testtoolinterfaces.testsuite.TestEntryIteration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testsuite Show documentation
Show all versions of testsuite Show documentation
Test Suite classes for Test Tool Interfaces
package org.testtoolinterfaces.testsuite;
import java.util.Collection;
/**
* Interface for a TestItemIteration (a for each).
*
* @author Arjan Kranenburg
*
*/
public interface TestEntryIteration
{
/**
* @return the itemName
*/
public String getItemName();
/**
* @return the list name
*/
public String getListName();
/**
* @return the sequence
*/
public Collection getSequence();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy