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

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

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

import io.cucumber.datatable.DataTable;
import org.apiguardian.api.API;

@FunctionalInterface
@API(status = API.Status.STABLE)
public interface DataTableDefinitionBody {
    T accept(DataTable table) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy