Uses of Class
edu.berkeley.cs.jqf.fuzz.guidance.GuidanceException
-
Packages that use GuidanceException 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.repro -
-
Uses of GuidanceException in edu.berkeley.cs.jqf.fuzz.afl
Methods in edu.berkeley.cs.jqf.fuzz.afl that throw GuidanceException Modifier and Type Method Description InputStreamAFLGuidance. getInput()Returns an input stream containing the bytes that AFL has written to. -
Uses of GuidanceException in edu.berkeley.cs.jqf.fuzz.ei
Methods in edu.berkeley.cs.jqf.fuzz.ei that throw GuidanceException Modifier and Type Method Description protected voidZestGuidance. appendLineToFile(File file, String line)InputStreamExecutionIndexingGuidance. getInput()InputStreamZestGuidance. getInput()voidExecutionIndexingGuidance. handleResult(Result result, Throwable error)Handles the result of a test execution.voidZestGuidance. handleResult(Result result, Throwable error) -
Uses of GuidanceException in edu.berkeley.cs.jqf.fuzz.guidance
Methods in edu.berkeley.cs.jqf.fuzz.guidance that throw GuidanceException Modifier and Type Method Description InputStreamGuidance. getInput()Returns a reference to a stream of values return from the pseudo-random number generator.voidGuidance. handleResult(Result result, Throwable error)Handles the end of a fuzzing trial. -
Uses of GuidanceException in edu.berkeley.cs.jqf.fuzz.repro
Methods in edu.berkeley.cs.jqf.fuzz.repro that throw GuidanceException Modifier and Type Method Description InputStreamReproServerGuidance. getInput()
-