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 InputStream
AFLGuidance. 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 void
ZestGuidance. appendLineToFile(File file, String line)
InputStream
ExecutionIndexingGuidance. getInput()
InputStream
ZestGuidance. getInput()
void
ExecutionIndexingGuidance. handleResult(Result result, Throwable error)
Handles the result of a test execution.void
ZestGuidance. 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 InputStream
Guidance. getInput()
Returns a reference to a stream of values return from the pseudo-random number generator.void
Guidance. 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 InputStream
ReproServerGuidance. getInput()
-