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

info.novatec.testit.webtester.junit.exceptions.NoUniquePrimaryBrowserException 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.annotations.Primary;


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

    private static final String MESSAGE =
        "There is no unique primary browser! @" + Primary.class.getSimpleName() + " must not be declared more then once!";

    public NoUniquePrimaryBrowserException() {
        super(MESSAGE);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy