Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
master
/
.
/
require
/
require.go.tmpl
blob: 6a975501ee7c19b5e24c0fecf682a241bbf131ad [
file
]
{{.
CommentRequire
}}
func
{{.
DocInfo
.
Name
}}(
t
TestingT
,
{{.
Params
}})
{
if
h
,
ok
:=
t
.(
tHelper
);
ok
{
h
.
Helper
()
}
if
assert
.{{.
DocInfo
.
Name
}}(
t
,
{{.
ForwardedParams
}})
{
return
}
t
.
FailNow
()
}