cucumber.runtime.formatter.StrictAware Maven / Gradle / Ivy
package cucumber.runtime.formatter;
public interface StrictAware {
public void setStrict(boolean strict);
}
package cucumber.runtime.formatter;
public interface StrictAware {
public void setStrict(boolean strict);
}