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

cucumber.runtime.formatter.StrictAware Maven / Gradle / Ivy

package cucumber.runtime.formatter;

public interface StrictAware {
    public void setStrict(boolean strict);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy