Uses of Class
edu.berkeley.cs.jqf.fuzz.ei.ExecutionIndexingGuidance.MappedInput
-
Packages that use ExecutionIndexingGuidance.MappedInput Package Description edu.berkeley.cs.jqf.fuzz.ei -
-
Uses of ExecutionIndexingGuidance.MappedInput in edu.berkeley.cs.jqf.fuzz.ei
Subclasses of ExecutionIndexingGuidance.MappedInput in edu.berkeley.cs.jqf.fuzz.ei Modifier and Type Class Description classExecutionIndexingGuidance.MappedSeedInputMethods in edu.berkeley.cs.jqf.fuzz.ei that return ExecutionIndexingGuidance.MappedInput Modifier and Type Method Description protected ExecutionIndexingGuidance.MappedInputExecutionIndexingGuidance.MappedInput. fuzz(Random random, Map<ExecutionContext,ArrayList<edu.berkeley.cs.jqf.fuzz.ei.ExecutionIndexingGuidance.InputLocation>> ecToInputLoc)Return a new input derived from this one with some values mutated.Constructors in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndexingGuidance.MappedInput Constructor Description MappedInput(ExecutionIndexingGuidance.MappedInput toClone)Create a copy of an existing input map.
-