Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
refs/heads/allow-error-string-from-custom-matcher
/
.
/
assert
/
assertion_forward.go.tmpl
blob: 188bb9e174397295062da708cc9f5207e2331768 [
file
] [
log
] [
blame
] [
edit
]
{{.
CommentWithoutT
"a"
}}
func
(
a
*
Assertions
)
{{.
DocInfo
.
Name
}}({{.
Params
}})
bool
{
if
h
,
ok
:=
a
.
t
.(
tHelper
);
ok
{
h
.
Helper
()
}
return
{{.
DocInfo
.
Name
}}(
a
.
t
,
{{.
ForwardedParams
}})
}