Documentation ¶
Index ¶
- Variables
- func DoSpec(ctl app_control.Control, spec rc_recipe.Spec, custom func(r rc_recipe.Recipe), ...) error
- func Exec(ctl app_control.Control, r rc_recipe.Recipe, custom func(r rc_recipe.Recipe)) error
- func ExecMock(ctl app_control.Control, r rc_recipe.Recipe, custom func(r rc_recipe.Recipe)) error
- func ExecReplay(ctl app_control.Control, r rc_recipe.Recipe, replayName string, ...) error
- func ExecSpec(ctl app_control.Control, spec rc_recipe.Spec, custom func(r rc_recipe.Recipe)) error
- type ErrorTrace
- type MsgPanic
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorPanic = errors.New("the program aborted")
)
View Source
var (
MPanic = app_msg.Apply(&MsgPanic{}).(*MsgPanic)
)
Functions ¶
func ExecReplay ¶
func ExecReplay(ctl app_control.Control, r rc_recipe.Recipe, replayName string, custom func(r rc_recipe.Recipe)) error
Execute with mock test mode
Types ¶
type ErrorTrace ¶
Click to show internal directories.
Click to hide internal directories.