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

io.cucumber.core.backend.BackendProviderService Maven / Gradle / Ivy

The newest version!
package io.cucumber.core.backend;

import org.apiguardian.api.API;

import java.util.function.Supplier;

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

    Backend create(Lookup lookup, Container container, Supplier classLoader);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy