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