MCPcopy Create free account
hub / github.com/expr-lang/expr / FailNow

Method FailNow

internal/testify/assert/assertions.go:1909–1911  ·  view source on GitHub ↗

FailNow panics.

()

Source from the content-addressed store, hash-verified

1907
1908// FailNow panics.
1909func (*CollectT) FailNow() {
1910 panic("Assertion failed")
1911}
1912
1913// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
1914func (*CollectT) Reset() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected