diff --git a/suite/suite.go b/suite/suite.go index bf811de..6e54781 100644 --- a/suite/suite.go +++ b/suite/suite.go @@ -21,6 +21,8 @@ type TestingT interface { Run(name string, f func(t *testing.T)) bool Errorf(format string, args ...interface{}) FailNow() + Log(args ...interface{}) + Skip(args ...interface{}) } // Suite is a basic testing suite with methods for storing and