# Functions

Eventually executes a function every interval for forMaximumDuration, until firs time the block succeeds.
MustEventually must complete eventually execution with success within given duration, otherwise fail the test immediately.
MustEventuallyWithDefaults must complete eventually execution with success within given duration, otherwise fail the test immediately.

# Structs

EventuallyResult contains the information about eventually status.