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

uk.ac.cam.automation.seleniumframework.site.SiteCreationException Maven / Gradle / Ivy

Go to download

A framework to enable test automation engineers to focus on writing tests rather than maintaining a testing framework

There is a newer version: 6.2.1
Show newest version
package uk.ac.cam.automation.seleniumframework.site;

public class SiteCreationException extends RuntimeException {

    public SiteCreationException(String message, Throwable e) {
        super(message, e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy