github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/agent/dotnetspy/dotnetspy_suite_test.go (about)

     1  //go:build dotnetspy
     2  // +build dotnetspy
     3  
     4  package dotnetspy_test
     5  
     6  import (
     7  	"testing"
     8  
     9  	. "github.com/onsi/ginkgo/v2"
    10  	. "github.com/onsi/gomega"
    11  )
    12  
    13  func TestDotnetSpy(t *testing.T) {
    14  	RegisterFailHandler(Fail)
    15  	RunSpecs(t, ".NET Spy Suite")
    16  }