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

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

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

import info.novatec.testit.webtester.junit.runner.WebTesterJUnitRunner;


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

    private static final String MESSAGE =
        "There are no manged browsers! Without at least one managed browser some features of the "
            + WebTesterJUnitRunner.class.getSimpleName() + " can't be used.";

    public NoManagedBrowserException() {
        super(MESSAGE);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy