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

pl.domzal.junit.docker.rule.wait.StartCondition Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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