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

io.cucumber.java8.DataTableRowDefinitionBody Maven / Gradle / Ivy

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

import org.apiguardian.api.API;

import java.util.List;

@FunctionalInterface
@API(status = API.Status.STABLE)
public interface DataTableRowDefinitionBody {

    T accept(List row) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy