github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/testutil/helper.go (about)

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