bench-forgejo/vendor/github.com/stretchr/testify/require/requirements.go

10 lines
246 B
Go
Raw Normal View History

2016-12-29 06:33:40 +05:30
package require
// TestingT is an interface wrapper around *testing.T
type TestingT interface {
Errorf(format string, args ...interface{})
FailNow()
}
//go:generate go run ../_codegen/main.go -output-package=require -template=require.go.tmpl