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

info.novatec.testit.webtester.junit5.extensions.TestClassFormatException Maven / Gradle / Ivy

There is a newer version: 2.10.3
Show newest version
package info.novatec.testit.webtester.junit5.extensions;

import info.novatec.testit.webtester.junit5.WebTesterJUnitSupportException;


/**
 * This is the base class for all exceptions regarding the format of a test class.
 *
 * @since 2.1
 */
public class TestClassFormatException extends WebTesterJUnitSupportException {

    protected TestClassFormatException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy