shad-go/testequal/t.go

11 lines
172 B
Go
Raw Normal View History

2020-03-20 23:56:58 +00:00
// +build !change
package testequal
// T is an interface wrapper around *testing.T.
type T interface {
Errorf(format string, args ...interface{})
Helper()
FailNow()
}