...

Source file src/github.com/onsi/gomega/gcustom/gcustom_suite_test.go

Documentation: github.com/onsi/gomega/gcustom

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

View as plain text