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

Method FailNow

assert/assertions.go:2040–2043  ·  view source on GitHub ↗

FailNow stops execution by calling runtime.Goexit.

()

Source from the content-addressed store, hash-verified

2038
2039// FailNow stops execution by calling runtime.Goexit.
2040func (c *CollectT) FailNow() {
2041 c.fail()
2042 runtime.Goexit()
2043}
2044
2045// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
2046func (*CollectT) Reset() {

Callers

nothing calls this directly

Calls 1

failMethod · 0.95

Tested by

no test coverage detected