Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
refs/heads/codeowners
/
.
/
assert
/
assertion_format.go.tmpl
blob: c5cc66f4305faa886e87105e96c68982ced0ec68 [
file
] [
log
] [
blame
] [
edit
]
{{.
CommentFormat
}}
func
{{.
DocInfo
.
Name
}}
f
(
t
TestingT
,
{{.
ParamsFormat
}})
bool
{
return
{{.
DocInfo
.
Name
}}(
t
,
{{.
ForwardedParamsFormat
}})
}