github.com/kikitux/packer@v0.10.1-0.20160322154024-6237df566f9f/builder/file/artifact_test.go (about)

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