mirror of https://github.com/stretchr/testify.git
removed Helper method from TestingT interface
parent
045d838faf
commit
d3e61647c0
|
@ -19,8 +19,6 @@ var matchMethod = flag.String("testify.m", "", "regular expression to select tes
|
|||
|
||||
type TestingT interface {
|
||||
Run(name string, f func(t *testing.T)) bool
|
||||
Helper()
|
||||
|
||||
Errorf(format string, args ...interface{})
|
||||
FailNow()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue