Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssertionFailure ¶
func (*AssertionFailure) Error ¶
func (self *AssertionFailure) Error() string
func (*AssertionFailure) Unwrap ¶
func (self *AssertionFailure) Unwrap() error
type Runner ¶
type Runner struct {
RunId string
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(settings RunnerSettings) *Runner
func (*Runner) Execute ¶
Execute a step.
Returns an AssertionFailure on an error caused from assertion failure which is not an actual error.
func (*Runner) TotalSteps ¶
type RunnerSettings ¶
Click to show internal directories.
Click to hide internal directories.