acceptance

package
v0.0.0-...-42793fa Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	TimeoutMinutes time.Duration `json:"timeout_in_minutes"`
}

func NewConfig

func NewConfig(path string) Config

type TestCase

type TestCase interface {
	Name() string
	BeforeBackup(testcase.Config)
	AfterBackup(testcase.Config)
	AfterRestore(testcase.Config)
	Cleanup(testcase.Config)
}

type TestCaseFilter

type TestCaseFilter map[string]interface{}

func NewTestCaseFilter

func NewTestCaseFilter(path string) TestCaseFilter

func (TestCaseFilter) Filter

func (f TestCaseFilter) Filter(testCases []TestCase) []TestCase

Jump to

Keyboard shortcuts

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