Uses of Class
edu.berkeley.cs.jqf.fuzz.guidance.Result
-
Packages that use Result Package Description edu.berkeley.cs.jqf.fuzz.afl edu.berkeley.cs.jqf.fuzz.ei edu.berkeley.cs.jqf.fuzz.guidance edu.berkeley.cs.jqf.fuzz.random edu.berkeley.cs.jqf.fuzz.repro -
-
Uses of Result in edu.berkeley.cs.jqf.fuzz.afl
Methods in edu.berkeley.cs.jqf.fuzz.afl with parameters of type Result Modifier and Type Method Description void
AFLGuidance. handleResult(Result result, Throwable error)
Notifies the AFL proxy that a run has completed and whether it was a success.void
PerfFuzzGuidance. handleResult(Result result, Throwable error)
-
Uses of Result in edu.berkeley.cs.jqf.fuzz.ei
Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type Result Modifier and Type Method Description protected List<String>
ZestGuidance. checkSavingCriteriaSatisfied(Result result)
void
ExecutionIndexingGuidance. handleResult(Result result, Throwable error)
Handles the result of a test execution.void
ZestGuidance. handleResult(Result result, Throwable error)
-
Uses of Result in edu.berkeley.cs.jqf.fuzz.guidance
Methods in edu.berkeley.cs.jqf.fuzz.guidance that return Result Modifier and Type Method Description static Result
Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static Result[]
Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.berkeley.cs.jqf.fuzz.guidance with parameters of type Result Modifier and Type Method Description void
Guidance. handleResult(Result result, Throwable error)
Handles the end of a fuzzing trial. -
Uses of Result in edu.berkeley.cs.jqf.fuzz.random
Methods in edu.berkeley.cs.jqf.fuzz.random with parameters of type Result Modifier and Type Method Description void
NoGuidance. handleResult(Result result, Throwable error)
Handles the result of a fuzz run. -
Uses of Result in edu.berkeley.cs.jqf.fuzz.repro
Methods in edu.berkeley.cs.jqf.fuzz.repro with parameters of type Result Modifier and Type Method Description void
ReproGuidance. handleResult(Result result, Throwable error)
Logs the end of run in the log files, if any.void
ReproServerGuidance. handleResult(Result result, Throwable error)
-