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

cucumber.table.xstream.DataTableWriter 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;

public abstract class DataTableWriter extends AbstractWriter {
    public abstract DataTable getDataTable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy