github.com/mitchellh/packer@v1.3.2/builder/null/artifact_export_test.go (about)

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