Anoma.Examples.Helpers (Anoma v0.34.0)

Summary

Functions

A test helper for asserting that a function will return a truthy value eventually within a given time frame.

Functions

assert_eventually(fun, timeout \\ 100, interval \\ 10)

@spec assert_eventually((-> any()), non_neg_integer(), non_neg_integer()) :: any()

A test helper for asserting that a function will return a truthy value eventually within a given time frame.