data_driven_suite

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICustomOption

type ICustomOption interface {
	CustomOption() Option
}

type IDataDrivenSuite

type IDataDrivenSuite interface {
	DataDriven()
}

type IDataDrivenSuiteSetup

type IDataDrivenSuiteSetup interface {
	SuiteSetup()
}

type IDataDrivenSuiteTearDown

type IDataDrivenSuiteTearDown interface {
	SuiteTearDown()
}

type IPreviousMiddleWare

type IPreviousMiddleWare interface {
	PreviousMiddleWares() []resource.CaseDataHandleFunc
}

type Option

type Option struct {
	// It means skipping this suite when Skip is true
	Skip bool
	// It means all cases of this suite would be executed in parallel.
	// This option won't take effect when one case set its own option.
	Parallel bool
}

Jump to

Keyboard shortcuts

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