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 class
ExecutionIndexingGuidance.MappedInput
A candidate test input represented as a map from execution indices to integer values.class
ExecutionIndexingGuidance.MappedSeedInput
class
ZestGuidance.LinearInput
class
ZestGuidance.SeedInput
Fields in edu.berkeley.cs.jqf.fuzz.ei declared as ZestGuidance.Input Modifier and Type Field Description protected ZestGuidance.Input<?>
ZestGuidance. currentInput
Current 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. responsibleInputs
A mapping of coverage keys to inputs that are responsible for them.protected ArrayList<ZestGuidance.Input>
ZestGuidance. savedInputs
Set of saved inputs to fuzz.protected Deque<ZestGuidance.Input>
ZestGuidance. seedInputs
Queue 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.Input
ExecutionIndexingGuidance.MappedInput. fuzz(Random random)
Return a new input derived from this one with some values mutated.abstract ZestGuidance.Input
ZestGuidance.Input. fuzz(Random random)
ZestGuidance.Input
ZestGuidance.LinearInput. fuzz(Random random)
Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ZestGuidance.Input Modifier and Type Method Description protected int
ZestGuidance. 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.
-