Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
ccd390c40eb49363d21e378a42d485e4ac6540e9
/
.
/
vendor
/
github.com
/
stretchr
/
testify
/
assert
/
assertion_format.go.tmpl
blob: d2bb0b81778858c364f4b3694c00cdd4c72b1c5b [
file
] [
log
] [
blame
]
{{.
CommentFormat
}}
func
{{.
DocInfo
.
Name
}}
f
(
t
TestingT
,
{{.
ParamsFormat
}})
bool
{
if
h
,
ok
:=
t
.(
tHelper
);
ok
{
h
.
Helper
()
}
return
{{.
DocInfo
.
Name
}}(
t
,
{{.
ForwardedParamsFormat
}})
}