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

cucumber.table.xstream.CellWriter Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package cucumber.table.xstream;

import com.thoughtworks.xstream.io.AbstractWriter;
import cucumber.table.DataTable;

import java.util.List;

public abstract class CellWriter extends AbstractWriter {
    public abstract List getHeader();
    public abstract List getValues();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy