![JAR search and dependency download from the Maven repository](/logo.png)
bdi.glue.env.Hook Maven / Gradle / Ivy
package bdi.glue.env;
import cucumber.api.java.Before;
import org.junit.internal.AssumptionViolatedException;
/**
* @author @aloyer
*/
public class Hook {
@Before("@Ignore")
public void ignore() {
throw new AssumptionViolatedException("Ignored");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy