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

io.cucumber.core.runner.UndefinedStepDefinitionException Maven / Gradle / Ivy

There is a newer version: 7.20.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy