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

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

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

import org.apiguardian.api.API;

/**
 * Hooks are invoked before and after each scenario and before and
 * after each gherkin step in a scenario.
 *
 * @see TestCaseStarted
 * @see TestCaseFinished
 */
@API(status = API.Status.STABLE)
public interface HookTestStep extends TestStep {

    /**
     * Returns the hook hook type.
     *
     * @return the hook type.
     */
    HookType getHookType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy