Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + const Disposable + const Persistent + var ErrNotPicked = errors.New("unpicked value") + type Picker struct + func New() *Picker + func (picker *Picker) BeforeStepReplacer(step *messages.Pickle_PickleStep) + func (picker *Picker) CreateAndPickUUIDS(idNames string) error + func (picker *Picker) Debug() + func (picker *Picker) DisableDebug() + func (picker *Picker) Forget(key string) error + func (picker *Picker) ForgetPersistent(key string) + func (picker *Picker) PersistVariable(key string, value interface{}) + func (picker *Picker) PickString(varName, val string) error + func (picker *Picker) RegisterTemporaryVariable(key string, value interface{}) + func (picker *Picker) RegisterVariables(variables map[string]interface{}, scope internalPicker.DataScope) + func (picker *Picker) Reset() + func (picker *Picker) Retrieve(key string) (interface{}, bool) + func (picker *Picker) This() *internalPicker.Store + func (picker *Picker) VerifiesPickedValue(pickedKey, matcher, expectedValue string) error + func (picker *Picker) VerifiesPickedValues(assertions *messages.PickleStepArgument_PickleTable) error