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 voidAFLGuidance. handleResult(Result result, Throwable error)Notifies the AFL proxy that a run has completed and whether it was a success.voidPerfFuzzGuidance. 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)voidExecutionIndexingGuidance. handleResult(Result result, Throwable error)Handles the result of a test execution.voidZestGuidance. 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 ResultResult. 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 voidGuidance. 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 voidNoGuidance. 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 voidReproGuidance. handleResult(Result result, Throwable error)Logs the end of run in the log files, if any.voidReproServerGuidance. handleResult(Result result, Throwable error)
-