|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.matchers.Times
public class Times
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Method Summary | |
|---|---|
Times |
decrement()
|
static Times |
exactly(int count)
|
int |
getRemainingTimes()
|
boolean |
greaterThenZero()
|
boolean |
isUnlimited()
|
static Times |
once()
|
Times |
setNotUnlimitedResponses()
|
static Times |
unlimited()
|
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Times unlimited()
public static Times once()
public static Times exactly(int count)
public int getRemainingTimes()
public boolean isUnlimited()
public boolean greaterThenZero()
public Times decrement()
public Times setNotUnlimitedResponses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||