processors

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StepProcessor

type StepProcessor interface {
	Run(ctx context.Context)
}

func NewStepProcessor

func NewStepProcessor(
	config v1alpha1.ConfigurationSpec,
	client client.Client,
	namespacer namespacer.Namespacer,
	clock clock.PassiveClock,
	test discovery.Test,
	step v1alpha1.TestSpecStep,
	stepReport *report.TestSpecStepReport,
	cleaner *cleaner,
	bindings binding.Bindings,
) StepProcessor

type TestProcessor

type TestProcessor interface {
	Run(context.Context, namespacer.Namespacer)
	CreateStepProcessor(namespacer.Namespacer, *cleaner, v1alpha1.TestSpecStep) StepProcessor
}

func NewTestProcessor

func NewTestProcessor(
	config v1alpha1.ConfigurationSpec,
	client client.Client,
	clock clock.PassiveClock,
	summary *summary.Summary,
	testReport *report.TestReport,
	test discovery.Test,
	shouldFailFast *atomic.Bool,
	bindings binding.Bindings,
) TestProcessor

type TestsProcessor

type TestsProcessor interface {
	Run(ctx context.Context)
	CreateTestProcessor(test discovery.Test) TestProcessor
}

func NewTestsProcessor

func NewTestsProcessor(
	config v1alpha1.ConfigurationSpec,
	client client.Client,
	clock clock.PassiveClock,
	summary *summary.Summary,
	testsReport *report.TestsReport,
	bindings binding.Bindings,
	tests ...discovery.Test,
) TestsProcessor

Jump to

Keyboard shortcuts

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