doc

package
v0.178.2 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocumentFormat

type DocumentFormat struct{}

func (DocumentFormat) MakeDocument

func (gen DocumentFormat) MakeDocument(ctx context.Context, tcs []TestingCase) (string, error)

type Formatter

type Formatter interface {
	MakeDocument(context.Context, []TestingCase) (string, error)
}

type TestingCase

type TestingCase struct {
	// ContextPath is the Testing ContextPath
	ContextPath []string
	// TestFailed tells if the test failed
	TestFailed bool
	// TestSkipped tells if the given test was skipped
	TestSkipped bool
}

Jump to

Keyboard shortcuts

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