github.com/lzy4123/fabric@v2.1.1+incompatible/common/metrics/statsd/goruntime/goruntime_suite_test.go (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package goruntime_test
     8  
     9  import (
    10  	"testing"
    11  
    12  	. "github.com/onsi/ginkgo"
    13  	. "github.com/onsi/gomega"
    14  )
    15  
    16  func TestRuntime(t *testing.T) {
    17  	RegisterFailHandler(Fail)
    18  	RunSpecs(t, "Runtime Suite")
    19  }