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

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

package io.cucumber.plugin.event;

import org.apiguardian.api.API;

/**
 * Represents Gherkin step argument. Can be either a data table or doc string.
 */
@API(status = API.Status.STABLE)
public interface StepArgument {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy