java.io.Serializable
public class Results
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Results() |
Modifier and Type | Method | 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.Object
public int getCallCount()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.