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

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