fuzzer

package
v0.22.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2021 License: Apache-2.0 Imports: 4 Imported by: 119

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuzzerFor

func FuzzerFor(funcs FuzzerFuncs, src rand.Source, codecs runtimeserializer.CodecFactory) *fuzz.Fuzzer

FuzzerFor can randomly populate api objects that are destined for version.

func ValueFuzz

func ValueFuzz(obj interface{})

ValueFuzz recursively changes all basic type values in an object. Any kind of references will not be touch, i.e. the addresses of slices, maps, pointers will stay unchanged.

Types

type FuzzerFuncs

type FuzzerFuncs func(codecs runtimeserializer.CodecFactory) []interface{}

FuzzerFuncs returns a list of func(*SomeType, c fuzz.Continue) functions.

func MergeFuzzerFuncs

func MergeFuzzerFuncs(funcs ...FuzzerFuncs) FuzzerFuncs

MergeFuzzerFuncs will merge the given funcLists, overriding early funcs with later ones if there first argument has the same type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL