github.com/TugasAkhir-QUIC/quic-go@v0.0.2-0.20240215011318-d20e25a9054c/internal/utils/utils_suite_test.go (about)

     1  package utils
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestCrypto(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Utils Suite")
    13  }