
org.jasmine.Executor Maven / Gradle / Ivy
package org.jasmine;
import java.util.List;
public interface Executor {
void execute(List specs, Notifier notifier);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.jasmine;
import java.util.List;
public interface Executor {
void execute(List specs, Notifier notifier);
}