Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
master
/
.
/
require
/
require_forward.go.tmpl
blob: b3b751de48aec5a10ec27f7c5f4a0b54375ddb11 [
file
] [
log
] [
blame
]
{{.
CommentRequireWithoutT
"a"
}}
func
(
a
*
Assertions
)
{{.
DocInfo
.
Name
}}({{.
Params
}})
{
if
h
,
ok
:=
a
.
t
.(
tHelper
);
ok
{
h
.
Helper
()
}
{{.
DocInfo
.
Name
}}(
a
.
t
,
{{.
ForwardedParams
}})
}