public class Results
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Result result,
Range range) |
int |
getCallCount() |
boolean |
hasResults() |
boolean |
hasValidCallCount() |
Result |
next() |
java.lang.String |
toString() |
public boolean hasResults()
public Result next()
public boolean hasValidCallCount()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getCallCount()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.