|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.verify.VerificationTimes
public class VerificationTimes
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Method Summary | |
|---|---|
static VerificationTimes |
atLeast(int count)
|
static VerificationTimes |
exactly(int count)
|
int |
getCount()
|
boolean |
isExact()
|
static VerificationTimes |
once()
|
String |
toString()
|
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static VerificationTimes once()
public static VerificationTimes exactly(int count)
public static VerificationTimes atLeast(int count)
public int getCount()
public boolean isExact()
public String toString()
toString in class ObjectWithReflectiveEqualsHashCodeToString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||