You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to confirm that a predicate holds for a period of time. For example, you may want to confirm that a producer continues to produce new elements for a period of time, or that a http connection stays open for a period of time.
The dual of eventually.
You might want to confirm that a predicate holds for a period of time. For example, you may want to confirm that a producer continues to produce new elements for a period of time, or that a http connection stays open for a period of time.
continually(5.seconds) { conn.isOpen().shouldBeTrue() }
The text was updated successfully, but these errors were encountered: