github.com/askholme/packer@v0.7.2-0.20140924152349-70d9566a6852/builder/docker/communicator_test.go (about)

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