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
package cucumber.runtime.formatter;
public interface StrictAware {
public void setStrict(boolean strict);
}