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

cucumber.api.DataTable Maven / Gradle / Ivy

The newest version!
package cucumber.api;

import java.util.Collections;
import java.util.List;
import java.util.Map;

/**
 * replaces cucumber-jvm code
 * 
 * @author pthomas3
 */
public class DataTable {
    
    public List> asMaps(Class keyType, Class valType) {
        return Collections.EMPTY_LIST;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy