io.cucumber.core.options.CucumberPropertiesProvider Maven / Gradle / Ivy
package io.cucumber.core.options;
@FunctionalInterface
public interface CucumberPropertiesProvider {
String get(String key);
}
package io.cucumber.core.options;
@FunctionalInterface
public interface CucumberPropertiesProvider {
String get(String key);
}