org.fluentlenium.cucumber.adapter.exception.UnsupportedDriverException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluentlenium-cucumber Show documentation
Show all versions of fluentlenium-cucumber Show documentation
Cucumber JVM Extension for FluentLenium
package org.fluentlenium.cucumber.adapter.exception;
public class UnsupportedDriverException extends Exception {
public UnsupportedDriverException(Object p0, Exception cause) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy