github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/builder/vmware/common/driver_mock_test.go (about)

     1  package common
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestDriverMock_impl(t *testing.T) {
     8  	var _ Driver = new(DriverMock)
     9  }