![JAR search and dependency download from the Maven repository](/logo.png)
org.noos.xing.mydoggy.itest.InteractiveTest Maven / Gradle / Ivy
package org.noos.xing.mydoggy.itest;
import java.awt.*;
/**
* @author Angelo De Caro ([email protected])
*/
public interface InteractiveTest {
String getName();
String getDescription();
void setup();
void dispose();
void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy