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

io.cucumber.core.runtime.RunnerSupplier Maven / Gradle / Ivy

package io.cucumber.core.runtime;

import io.cucumber.core.runner.Runner;

public interface RunnerSupplier {

    Runner get();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy