diff --git a/suite/suite.go b/suite/suite.go index 6eaaed1..d05ec59 100644 --- a/suite/suite.go +++ b/suite/suite.go @@ -20,6 +20,7 @@ var matchMethod = flag.String("testify.m", "", "regular expression to select tes type TestingT interface { Run(name string, f func(t *testing.T)) bool Errorf(format string, args ...interface{}) + Fatalf(format string, args ...interface{}) FailNow() Log(args ...interface{}) Logf(format string, args ...interface{})