auditeval

package
v0.0.0-...-4addfbe Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestOutput

type TestOutput struct {
	TestResult     bool
	ActualResult   string
	ExpectedResult string
}

TestOutput represents output from tests

type Tests

type Tests struct {
	TestItems []*testItem `yaml:"test_items"`
	BinOp     binOp       `yaml:"bin_op"`
}

Tests combine test items with binary operations to evaluate results.

func (*Tests) Execute

func (ts *Tests) Execute(s, testID string, isMultipleOutput bool) *TestOutput

Execute perfoms benchmark tests

Jump to

Keyboard shortcuts

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