All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testtoolinterfaces.testsuite.TestEntryIteration Maven / Gradle / Ivy

There is a newer version: 0.3.11
Show newest version
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