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

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

There is a newer version: 1.2.6
Show newest version
package cucumber.runtime.formatter;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy