shad-go/testequal/t.go
2020-03-21 02:56:58 +03:00

10 lines
172 B
Go

// +build !change
package testequal
// T is an interface wrapper around *testing.T.
type T interface {
Errorf(format string, args ...interface{})
Helper()
FailNow()
}