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

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

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

import cucumber.deps.com.thoughtworks.xstream.io.AbstractWriter;

import java.util.List;

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

    public abstract List getValues();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy