![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.api.StepDefinitionReporter Maven / Gradle / Ivy
package cucumber.api;
import cucumber.runtime.StepDefinition;
public interface StepDefinitionReporter {
/**
* Called when a step definition is defined
*
* @param stepDefinition the step definition
*/
void stepDefinition(StepDefinition stepDefinition);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy