MCPcopy
hub / github.com/caddyserver/certmagic / Failnow

Function Failnow

internal/testutil/testutil.go:62–65  ·  view source on GitHub ↗
(t testing.TB, xs string, msgs ...string)

Source from the content-addressed store, hash-verified

60}
61
62func Failnow(t testing.TB, xs string, msgs ...string) {
63 Fail(t, xs, msgs...)
64 t.FailNow()
65}
66
67func ObjectsAreEqual(expected, actual any) bool {
68 if expected == nil || actual == nil {

Callers 4

RequireNoErrorFunction · 0.85
RequireErrorFunction · 0.85
RequireEqualFunction · 0.85
RequireEqualValuesFunction · 0.85

Calls 1

FailFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…