insrail

package
v0.0.0-...-05bc493 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LogCase

func LogCase(target Testing, name string)

func LogCaseExt

func LogCaseExt(target Testing, name string, opts ...Option)

func LogSkip

func LogSkip(target Testing, jiraLink string)

func LogSkipCase

func LogSkipCase(target Testing, name string, jiraLink string)

Types

type Option

type Option interface {
	// contains filtered or unexported methods
}

func Skip

func Skip(jiraLink string) Option

type SkipOption

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

type Testing

type Testing interface {
	Name() string
	Failed() bool
	Skipped() bool

	Log(args ...interface{})
	Skip(args ...interface{})

	Helper()
	Cleanup(func())
}

Jump to

Keyboard shortcuts

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