package testsuite

import "github.com/onsi/ginkgo/ginkgo/testsuite"

Index

Types

type TestSuite

type TestSuite struct {
	Path        string
	PackageName string
	IsGinkgo    bool
	Precompiled bool
}

func New

func New(dir string, files []os.FileInfo) TestSuite

func PrecompiledTestSuite

func PrecompiledTestSuite(path string) (TestSuite, error)

func SuitesInDir

func SuitesInDir(dir string, recurse bool) []TestSuite

Source Files

test_suite.go vendor_check_go16.go

Version
v1.10.3
Published
Oct 30, 2019
Platform
linux/amd64
Imports
7 packages
Last checked
2 weeks ago

Tools for package owners.