engine

package
v2.7.6 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2026 License: MIT Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	Stdout io.Writer
	Stderr io.Writer
}

Engine orchestrates the mutation testing lifecycle.

func (*Engine) Run

func (e *Engine) Run(ctx context.Context, opts *models.Options, bl *baseline.File) (Result, error)

Run executes the mutation testing lifecycle based on options and baseline.

type Result

type Result struct {
	Report   *models.Report
	ExitCode int
}

Result holds the final status of a mutation run.

Jump to

Keyboard shortcuts

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