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

website.automate.jwebrobot.loader.ScenarioLoader Maven / Gradle / Ivy

The newest version!
package website.automate.jwebrobot.loader;

import java.util.Collection;
import java.util.List;

public interface ScenarioLoader {

    List load(Collection scenarioPath, String reportPath);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy