github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/plugin/v7/rpc/rpc_suite_test.go (about)

     1  // +build V7
     2  
     3  package rpc_test
     4  
     5  import (
     6  	"code.cloudfoundry.org/cli/plugin/rpc"
     7  	. "github.com/onsi/ginkgo"
     8  	. "github.com/onsi/gomega"
     9  
    10  	"testing"
    11  )
    12  
    13  var rpcService *rpc.CliRpcService
    14  
    15  func TestRpc(t *testing.T) {
    16  	RegisterFailHandler(Fail)
    17  	RunSpecs(t, "V7 RPC Suite")
    18  }