mirror of https://github.com/stretchr/testify.git
suite: make suite.TestingT satisfy mock.TestingT
...by adding Logf method.pull/882/head
parent
518a1491c7
commit
9dfcf7c562
|
@ -22,6 +22,7 @@ type TestingT interface {
|
|||
Errorf(format string, args ...interface{})
|
||||
FailNow()
|
||||
Log(args ...interface{})
|
||||
Logf(format string, args ...interface{})
|
||||
Skip(args ...interface{})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue