Uses of Class
edu.berkeley.cs.jqf.fuzz.difffuzz.Outcome
-
Packages that use Outcome Package Description edu.berkeley.cs.jqf.fuzz.difffuzz -
-
Uses of Outcome in edu.berkeley.cs.jqf.fuzz.difffuzz
Fields in edu.berkeley.cs.jqf.fuzz.difffuzz with type parameters of type Outcome Modifier and Type Field Description protected List<Outcome>
DiffFuzzReproGuidance. cmpTo
static List<Outcome>
DiffFuzzReproGuidance. recentOutcomes
Methods in edu.berkeley.cs.jqf.fuzz.difffuzz that return Outcome Modifier and Type Method Description default Outcome
DiffFuzzGuidance. getOutcome(Class<?> clazz, FrameworkMethod method, Object[] args)
common utility method for use in runMethods in edu.berkeley.cs.jqf.fuzz.difffuzz with parameters of type Outcome Modifier and Type Method Description static boolean
Outcome. same(Outcome o1, Outcome o2, Method compare)
Constructors in edu.berkeley.cs.jqf.fuzz.difffuzz with parameters of type Outcome Constructor Description DiffException(Outcome o1, Outcome o2)
Constructor parameters in edu.berkeley.cs.jqf.fuzz.difffuzz with type arguments of type Outcome Constructor Description DiffFuzzReproGuidance(File[] inputFile, File traceDir, List<Outcome> cmpRes)
DiffFuzzReproGuidance(File inputFile, File traceDir, List<Outcome> cmpRes)
-