pl.domzal.junit.docker.rule.ex.InvalidParameter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-docker-rule Show documentation
Show all versions of junit-docker-rule Show documentation
JUnit Rule starting docker container in junit test case.
package pl.domzal.junit.docker.rule.ex;
/**
* Invalid link definition.
*/
public class InvalidParameter extends IllegalStateException {
public InvalidParameter(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy