Home | History | Annotate | Download | only in testing

Lines Matching defs:callerName

650 	c.helpers[callerName(1)] = struct{}{}
653 // callerName gives the function name (qualified with a package path)
655 func callerName(skip int) string {
658 n := runtime.Callers(skip+2, pc[:]) // skip + runtime.Callers + callerName
722 t.runner = callerName(0)