qtr_timeout

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecipeTestResult

type RecipeTestResult struct {
	Path           string `json:"path"`
	Name           string `json:"name"`
	Skip           bool   `json:"skip"`
	TimeoutEnabled bool   `json:"timeout_enabled"`
	UseMock        bool   `json:"use_mock"`
	Timeout        bool   `json:"timeout"`
	Duration       int64  `json:"duration"`
	NoError        bool   `json:"no_error"`
	Error          string `json:"error"`
}

func RunRecipeTestWithTimeout

func RunRecipeTestWithTimeout(c app_control.Control, r rc_recipe.Recipe, timeoutEnabled, useMock bool) (rtr RecipeTestResult, err error)

Jump to

Keyboard shortcuts

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