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

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