pl.domzal.junit.docker.rule.ex.PortNotExposedException 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;
/**
* Port is not exposed and cannot be used in wait for conditions.
*/
public class PortNotExposedException extends IllegalStateException {
public PortNotExposedException(String port) {
super(port);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy