Package randoop.generation
Interface StateMatcher
-
- All Known Implementing Classes:
EqualsMethodMatcher
,EverythingIsDifferentMatcher
public interface StateMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
add(Object object)
int
size()
-
-
-
Method Detail
-
add
boolean add(Object object)
-
size
int size()
-
-