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

info.novatec.testit.webtester.junit.exceptions.NoStaticPrimaryBrowserException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package info.novatec.testit.webtester.junit.exceptions;

@SuppressWarnings("serial")
public class NoStaticPrimaryBrowserException extends IllegalTestClassStructureException {

    public NoStaticPrimaryBrowserException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy