()
| 2059 | } |
| 2060 | |
| 2061 | func (c *CollectT) failed() bool { |
| 2062 | return c.errors != nil |
| 2063 | } |
| 2064 | |
| 2065 | // EventuallyWithT asserts that given condition will be met in waitFor time, |
| 2066 | // periodically checking target function each tick. In contrast to Eventually, |
no outgoing calls
no test coverage detected