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

CookerCucumberMavenPlugin.ExceptionsFactory.Exceps.CookerFeatureFactoryException Maven / Gradle / Ivy

Go to download

Derives smallest Feature File, Allows Data from Excel(xls and xlsx) and Also provides a clear and concise reporting

There is a newer version: 3.1.0
Show newest version
package CookerCucumberMavenPlugin.ExceptionsFactory.Exceps;

import CookerCucumberMavenPlugin.ExceptionsFactory.CookerPluginException;

public class CookerFeatureFactoryException extends CookerPluginException {
    public CookerFeatureFactoryException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy