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

cucumber.runtime.java.ObjectFactory Maven / Gradle / Ivy

package cucumber.runtime.java;

public interface ObjectFactory {
    void start();

    void stop();

    void addClass(Class clazz);

     T getInstance(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy