Package org.easymock.internal
Class Results
- java.lang.Object
-
- org.easymock.internal.Results
-
- All Implemented Interfaces:
Serializable
public class Results extends Object implements Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Results()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Result result, Range range)
int
getCallCount()
boolean
hasResults()
boolean
hasValidCallCount()
Result
next()
String
toString()
-