mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 23:44:32 +00:00
Vendor update for types and norman
This commit is contained in:
16
vendor/github.com/stretchr/testify/assert/forward_assertions.go
generated
vendored
16
vendor/github.com/stretchr/testify/assert/forward_assertions.go
generated
vendored
@@ -1,16 +0,0 @@
|
||||
package assert
|
||||
|
||||
// Assertions provides assertion methods around the
|
||||
// TestingT interface.
|
||||
type Assertions struct {
|
||||
t TestingT
|
||||
}
|
||||
|
||||
// New makes a new Assertions object for the specified TestingT.
|
||||
func New(t TestingT) *Assertions {
|
||||
return &Assertions{
|
||||
t: t,
|
||||
}
|
||||
}
|
||||
|
||||
//go:generate go run ../_codegen/main.go -output-package=assert -template=assertion_forward.go.tmpl -include-format-funcs
|
Reference in New Issue
Block a user