Class Outcome
- java.lang.Object
-
- edu.berkeley.cs.jqf.fuzz.difffuzz.Outcome
-
- All Implemented Interfaces:
Serializable
public class Outcome extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
same(Outcome o1, Outcome o2, Method compare)
String
toString()
-
-
-
Method Detail
-
same
public static boolean same(Outcome o1, Outcome o2, Method compare) throws InvocationTargetException, IllegalAccessException
-
-