MCPcopy
hub / github.com/stretchr/testify / failed

Method failed

assert/assertions.go:2061–2063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2059}
2060
2061func (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,

Callers 2

failMethod · 0.95
EventuallyWithTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected