Sign in
chromium
/
external
/
github.com
/
stretchr
/
testify
/
refs/heads/codeowners
/
.
/
assert
/
assertion_forward.go.tmpl
blob: 99f9acfbba5f62791f35e3545540bd928a733b71 [
file
] [
log
] [
blame
] [
edit
]
{{.
CommentWithoutT
"a"
}}
func
(
a
*
Assertions
)
{{.
DocInfo
.
Name
}}({{.
Params
}})
bool
{
return
{{.
DocInfo
.
Name
}}(
a
.
t
,
{{.
ForwardedParams
}})
}