Uses of Class
edu.berkeley.cs.jqf.fuzz.ei.ZestGuidance.Input
-
Packages that use ZestGuidance.Input Package Description edu.berkeley.cs.jqf.fuzz.ei -
-
Uses of ZestGuidance.Input in edu.berkeley.cs.jqf.fuzz.ei
Subclasses of ZestGuidance.Input in edu.berkeley.cs.jqf.fuzz.ei Modifier and Type Class Description classExecutionIndexingGuidance.MappedInputA candidate test input represented as a map from execution indices to integer values.classExecutionIndexingGuidance.MappedSeedInputclassZestGuidance.LinearInputclassZestGuidance.SeedInputFields in edu.berkeley.cs.jqf.fuzz.ei declared as ZestGuidance.Input Modifier and Type Field Description protected ZestGuidance.Input<?>ZestGuidance. currentInputCurrent input that's running -- valid after getInput() and before handleResult().Fields in edu.berkeley.cs.jqf.fuzz.ei with type parameters of type ZestGuidance.Input Modifier and Type Field Description protected Map<Object,ZestGuidance.Input>ZestGuidance. responsibleInputsA mapping of coverage keys to inputs that are responsible for them.protected ArrayList<ZestGuidance.Input>ZestGuidance. savedInputsSet of saved inputs to fuzz.protected Deque<ZestGuidance.Input>ZestGuidance. seedInputsQueue of seeds to fuzz.Methods in edu.berkeley.cs.jqf.fuzz.ei that return ZestGuidance.Input Modifier and Type Method Description protected ZestGuidance.Input<?>ExecutionIndexingGuidance. createFreshInput()Spawns a new input from thin air (i.e., actually random)protected ZestGuidance.Input<?>ZestGuidance. createFreshInput()Spawns a new input from thin air (i.e., actually random)ZestGuidance.InputExecutionIndexingGuidance.MappedInput. fuzz(Random random)Return a new input derived from this one with some values mutated.abstract ZestGuidance.InputZestGuidance.Input. fuzz(Random random)ZestGuidance.InputZestGuidance.LinearInput. fuzz(Random random)Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ZestGuidance.Input Modifier and Type Method Description protected intZestGuidance. getTargetChildrenForParent(ZestGuidance.Input parentInput)Constructors in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ZestGuidance.Input Constructor Description Input(ZestGuidance.Input toClone)Create a copy of an existing input.
-