SYNOPSIS

use Testcontainers::Wait;

my $wait = Testcontainers::Wait::for_all(
    Testcontainers::Wait::for_listening_port('5432/tcp'),
    Testcontainers::Wait::for_log('ready to accept connections'),
);

DESCRIPTION

Combines multiple wait strategies. All strategies must pass for the container to be considered ready. Equivalent to Go's wait.ForAll().

ArrayRef of wait strategy objects. All must pass.

All child strategies must return true for this to return true.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 35:

Unknown directive: =attr

Around line 56:

Unknown directive: =method