![JAR search and dependency download from the Maven repository](/logo.png)
info.novatec.testit.webtester.junit.exceptions.NoStaticPrimaryBrowserException Maven / Gradle / Ivy
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