cucumber.runtime.table.StringConverter Maven / Gradle / Ivy
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}