github.com/rothwerx/packer@v0.9.0/post-processor/vagrant/vmware_test.go (about)

     1  package vagrant
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestVMwareProvider_impl(t *testing.T) {
     8  	var _ Provider = new(VMwareProvider)
     9  }