integration

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntegrationContext

type IntegrationContext struct {
	// contains filtered or unexported fields
}

func New

func New() *IntegrationContext

func WithOptions

func WithOptions(opts Options) *IntegrationContext

func (*IntegrationContext) Context

func (t *IntegrationContext) Context() context.Context

Context implements testing_ctx.ContextAware.

func (*IntegrationContext) Error

func (t *IntegrationContext) Error(args ...interface{})

Error implements testing_ctx.T.

func (*IntegrationContext) Errorf

func (t *IntegrationContext) Errorf(format string, args ...interface{})

Errorf implements testing_ctx.T.

func (*IntegrationContext) Fatal added in v0.0.27

func (t *IntegrationContext) Fatal(args ...interface{})

Fatal implements testing_ctx.T.

func (*IntegrationContext) Fatalf added in v0.0.27

func (t *IntegrationContext) Fatalf(format string, args ...interface{})

Fatalf implements testing_ctx.T.

func (*IntegrationContext) Log

func (t *IntegrationContext) Log(args ...interface{})

Log implements testing_ctx.T.

func (*IntegrationContext) Logf

func (t *IntegrationContext) Logf(format string, args ...interface{})

Logf implements testing_ctx.T.

func (*IntegrationContext) Run

func (t *IntegrationContext) Run(name string, f func(t testing_ctx.T))

func (*IntegrationContext) SetContext

func (t *IntegrationContext) SetContext(ctx context.Context)

SetContext implements testing_ctx.ContextAware.

func (*IntegrationContext) Skip

func (t *IntegrationContext) Skip(args ...interface{})

Skip implements testing_ctx.T.

func (*IntegrationContext) Status added in v0.0.22

type Options

type Options struct {
	InfoWriter io.Writer
	ErrWriter  io.Writer
}

Directories

Path Synopsis
Package logs provides utilities for real-time log file monitoring and output formatting.
Package logs provides utilities for real-time log file monitoring and output formatting.

Jump to

Keyboard shortcuts

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