de.ppi.selenium.logevent.api.ClosableIterable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webtest Show documentation
Show all versions of webtest Show documentation
Some additional helper for webtesting with selenium
package de.ppi.selenium.logevent.api;
/**
* Iterable which must to be closeable, because at the end a ResultSet and
* Connection must be close..
*
* @param the Type of Iterable.
*/
public interface ClosableIterable extends Iterable, AutoCloseable {
// Collect 2 Interfaces.
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy