register

package
v1.5.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddSuite

func AddSuite(name string, test NewSuite)

func GetSuites

func GetSuites() map[string]NewSuite

Types

type NewSuite

type NewSuite func(tempFolderPath string) TestCaseDescriber

type TestCaseDescriber

type TestCaseDescriber interface {
	SetupTest() error
	GetFlags() []string
	Check(stdOut, stderr string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL