pl.domzal.junit.docker.rule.ex.InvalidPortDefinition 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;
public class InvalidPortDefinition extends IllegalStateException {
public InvalidPortDefinition(String port) {
super("Invalid port: "+port);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy