Documentation ¶
Index ¶
Constants ¶
View Source
const ( PlainFuncs fuzzable = iota PtrReceivers )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuzzySet ¶
type FuzzySet struct { // PackageName is the name used in selector statements into the package. PackageName string // contains filtered or unexported fields }
FuzzySet holds the set of functions for which fuzz tests are generated.
func NewFuzzySet ¶
NewFuzzySet creates a FuzzySet where packageName is the name of the package and completePackagePath is the import path other packages would use.
Click to show internal directories.
Click to hide internal directories.