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

io.cucumber.plugin.event.HookType Maven / Gradle / Ivy

There is a newer version: 7.18.1
Show newest version
package io.cucumber.plugin.event;

import org.apiguardian.api.API;

@API(status = API.Status.STABLE)
public enum HookType {
    BEFORE, AFTER, BEFORE_STEP, AFTER_STEP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy