
io.cucumber.core.runner.UndefinedStepDefinitionException Maven / Gradle / Ivy
The newest version!
package io.cucumber.core.runner;
import io.cucumber.core.exception.CucumberException;
final class UndefinedStepDefinitionException extends CucumberException {
UndefinedStepDefinitionException() {
super("No step definitions found");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy