MCPcopy Create free account
hub / github.com/stretchr/testify / Helper

Method Helper

assert/assertion_compare_test.go:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (t *outputT) Helper() {
109 if t.helpers == nil {
110 t.helpers = make(map[string]struct{})
111 }
112 t.helpers[callerName(1)] = struct{}{}
113}
114
115// callerName gives the function name (qualified with a package path)
116// for the caller after skip frames (where 0 means the current function).

Callers

nothing calls this directly

Calls 1

callerNameFunction · 0.85

Tested by

no test coverage detected