Codebase list golang-gomega / fresh-releases/main gstruct / gstruct_tests_suite_test.go
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

gstruct_tests_suite_test.go @fresh-releases/mainraw · history · blame

package gstruct_test

import (
	"testing"

	. "github.com/onsi/ginkgo/v2"
	. "github.com/onsi/gomega"
)

func Test(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Gstruct Suite")
}