helper.go 127 B

123456
  1. package testutil
  2. // HelperT is a subset of testing.T that implements the Helper function
  3. type HelperT interface {
  4. Helper()
  5. }