![JAR search and dependency download from the Maven repository](/logo.png)
org.noos.xing.mydoggy.itest.InteractiveTestRunner Maven / Gradle / Ivy
package org.noos.xing.mydoggy.itest;
/**
* @author Angelo De Caro ([email protected])
*/
public interface InteractiveTestRunner {
void addInteractiveTest(InteractiveTest interactiveTest);
void run();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy