1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 21:24:00 +00:00

vendor update for unit test

This commit is contained in:
Alena Prokharchyk
2019-11-12 15:29:55 -08:00
parent e1a0e447b9
commit 3344b19b14
15 changed files with 4542 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}