View Source Testcontainers.WaitStrategy protocol (testcontainers v1.1.3)

Defines the protocol/interface for the wait strategies in Testcontainers

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Link to this function

wait_until_container_is_ready(wait_strategy, id_or_name)

View Source
@spec wait_until_container_is_ready(t(), String.t()) :: :ok | {:error, atom()}