Skip to content

Commit

Permalink
updated TestingSuite interface to use TestingT
Browse files Browse the repository at this point in the history
  • Loading branch information
npxcomplete committed Jan 28, 2020
1 parent f4ba17e commit 9639bc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions suite/interfaces.go
@@ -1,12 +1,10 @@
package suite

import "testing"

// TestingSuite can store and return the current *testing.T context
// generated by 'go test'.
type TestingSuite interface {
T() *testing.T
SetT(*testing.T)
T() TestingT
SetT(TestingT)
}

// SetupAllSuite has a SetupSuite method, which will run before the
Expand Down

0 comments on commit 9639bc3

Please sign in to comment.