pl.domzal.junit.docker.rule.wait.StartCondition 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.wait;
import pl.domzal.junit.docker.rule.DockerRule;
/**
* Builder of {@link StartConditionCheck} instances. Usually condition
* must have access to started container so builder is easy way to supply
* one at rule configuration phase.
*/
public interface StartCondition {
/**
* Create {@link StartConditionCheck} instances for current {@link DockerRule}.
*/
StartConditionCheck build(DockerRule currentRule);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy