package testsuite

import "k8s.io/kubernetes/Godeps/_workspace/src/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

Version
v1.1.9-beta.0
Published
Feb 23, 2016
Platform
js/wasm
Imports
6 packages
Last checked
39 minutes ago

Tools for package owners.