cucumber.runtime.table.StringConverter Maven / Gradle / Ivy
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}
package cucumber.runtime.table;
public interface StringConverter {
String map(String string);
}