github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/builder/docker/builder_test.go (about)

     1  package docker
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/hashicorp/packer/packer"
     7  )
     8  
     9  func TestBuilder_implBuilder(t *testing.T) {
    10  	var _ packer.Builder = new(Builder)
    11  }