Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NavigateTo ¶
func NavigateTo(list *views.ListWidget, itemID string)
NavigateTo will navigate through the tree to a node with a matching ItemID or as far as it can get
func StartAutomatedFuzzer ¶
StartAutomatedFuzzer will start walking the tree of nodes logging out information and running tests while walking the tree
Types ¶
type ErrorReporter ¶
type ErrorReporter struct {
// contains filtered or unexported fields
}
ErrorReporter Tracks errors during fuzzing
func (*ErrorReporter) Errorf ¶
func (e *ErrorReporter) Errorf(format string, args ...interface{})
Errorf adds an error found while fuzzing
Click to show internal directories.
Click to hide internal directories.