Documentation ¶
Index ¶
- type Iterator
- type StringVar
- type TestVariables
- func (tv *TestVariables) GetAvailableVariables() []string
- func (tv *TestVariables) GetVar(name string) string
- func (tv *TestVariables) SetIterator(name string, min int, max int) error
- func (tv *TestVariables) SetVar(name string, value string)
- func (tv *TestVariables) SetVarRegex(regex string, name string, s string)
- func (tv *TestVariables) UpdateVars(vars *TestVariables)
- type Variable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestVariables ¶
var GlobalVar *TestVariables = NewVariables()
func NewVariables ¶
func NewVariables() *TestVariables
func (*TestVariables) GetAvailableVariables ¶
func (tv *TestVariables) GetAvailableVariables() []string
func (*TestVariables) GetVar ¶
func (tv *TestVariables) GetVar(name string) string
func (*TestVariables) SetIterator ¶
func (tv *TestVariables) SetIterator(name string, min int, max int) error
func (*TestVariables) SetVar ¶
func (tv *TestVariables) SetVar(name string, value string)
func (*TestVariables) SetVarRegex ¶
func (tv *TestVariables) SetVarRegex(regex string, name string, s string)
func (*TestVariables) UpdateVars ¶
func (tv *TestVariables) UpdateVars(vars *TestVariables)
Click to show internal directories.
Click to hide internal directories.