Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Events = []event.Name{}
Events defines the events that a TestStep is allow to emit
View Source
var Name = "RandEcho"
Name is the name used to look this plugin up.
Functions ¶
Types ¶
type Step ¶
type Step struct{}
Step implements an echo-style printing plugin.
func (Step) Run ¶
func (e Step) Run(ctx xcontext.Context, ch test.TestStepChannels, params test.TestStepParameters, ev testevent.Emitter, resumeState json.RawMessage) (json.RawMessage, error)
Run executes the step
func (Step) ValidateParameters ¶
ValidateParameters validates the parameters that will be passed to the Run and Resume methods of the test step.
Click to show internal directories.
Click to hide internal directories.