Interface DiffFuzzGuidance
-
- All Superinterfaces:
Guidance
- All Known Implementing Classes:
DiffFuzzNoGuidance
,DiffFuzzReproGuidance
public interface DiffFuzzGuidance extends Guidance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Outcome
getOutcome(Class<?> clazz, FrameworkMethod method, Object[] args)
common utility method for use in runvoid
setCompare(Method m)
-
Methods inherited from interface edu.berkeley.cs.jqf.fuzz.guidance.Guidance
generateCallBack, getInput, handleResult, hasInput, observeGeneratedArgs, run
-
-
-
-
Method Detail
-
setCompare
void setCompare(Method m)
-
getOutcome
default Outcome getOutcome(Class<?> clazz, FrameworkMethod method, Object[] args)
common utility method for use in run
-
-