binding

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAllureStepContext

func NewAllureStepContext(t provider.T) provider.StepCtx

NewAllureStepContext adapts provider.T to provider.StepCtx for bound runtime wrappers.

Types

type Context

type Context interface {
	Helper()
	Fatal(args ...any)
	Fatalf(format string, args ...any)
	Logf(format string, args ...any)
	Context() context.Context
	Allure() provider.T
	AllureStepContext() provider.StepCtx
}

Context is the minimal test contract used by bound runtime adapters.

Jump to

Keyboard shortcuts

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