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

io.probedock.junitee.utils.NoValidClassException Maven / Gradle / Ivy

Go to download

JUnit data utilities to manage data in a database when doing tests like API tests against an application in application server.

The newest version!
package io.probedock.junitee.utils;

/**
 * Exception when a class is not valid to be instantiated within junitee
 * 
 * @author Laurent Prevost 
 */
public class NoValidClassException extends Exception {
	public NoValidClassException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy