Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
refs/heads/codeowners
/
.
/
require
/
require.go.tmpl
blob: d2c38f6f2864b3abe061c133f2e8ad293163e37a [
file
] [
log
] [
blame
] [
edit
]
{{.
Comment
}}
func
{{.
DocInfo
.
Name
}}(
t
TestingT
,
{{.
Params
}})
{
if
!
assert
.{{.
DocInfo
.
Name
}}(
t
,
{{.
ForwardedParams
}})
{
t
.
FailNow
()
}
}