Closed
Description
In EventuallyWithT the condition function may call CollectT.FailNow
which panics.
The implementation of EventuallyWithT should catch this panic (as well as any other panic in the condition).
In EventuallyWithT the condition function may call CollectT.FailNow
which panics.
The implementation of EventuallyWithT should catch this panic (as well as any other panic in the condition).