e2e

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunRuleTests

func RunRuleTests(t *testing.T, rule string, cases []TestCase)

Types

type Expectation

type Expectation string
const (
	Pass Expectation = "pass"
	Fail Expectation = "fail"
	Skip Expectation = "notApplicable"
)

type TestCase

type TestCase struct {
	Binary string
	Expect Expectation
}

Jump to

Keyboard shortcuts

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