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

io.cucumber.plugin.event.DocStringArgument Maven / Gradle / Ivy

There is a newer version: 7.18.1
Show newest version
package io.cucumber.plugin.event;

import org.apiguardian.api.API;

/**
 * Represents a Gherkin doc string argument.
 */
@API(status = API.Status.STABLE)
public interface DocStringArgument extends StepArgument {
    String getContent();

    String getContentType();

    int getLine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy