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

cucumber.runtime.table.StringConverter Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
/*
 * Copyright (c) 2008-2014 The Cucumber Organisation
 * 
 * Fork of https://github.com/cucumber/cucumber-jvm/blob/master/core/src/main/java/cucumber/runtime/table/StringConverter.java
 */

package cucumber.runtime.table;

public interface StringConverter {
    String map(String string);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy