github.com/devdivbcp/moby@v17.12.0-ce-rc1.0.20200726071732-2d4bfdc789ad+incompatible/internal/test/helper.go (about)

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