Package org.mockserver.verify
Class VerificationTimes
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.verify.VerificationTimes
- Author:
- jamesdbloom
-
Method Summary
Modifier and TypeMethodDescriptionstatic VerificationTimesatLeast(int count) static VerificationTimesatMost(int count) static VerificationTimesbetween(int atLeast, int atMost) static VerificationTimesexactly(int count) intintbooleanmatches(int times) static VerificationTimesnever()static VerificationTimesonce()toString()Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
-
Method Details
-
never
-
once
-
exactly
-
atLeast
-
atMost
-
between
-
getAtLeast
public int getAtLeast() -
getAtMost
public int getAtMost() -
matches
public boolean matches(int times) -
toString
- Overrides:
toStringin classObjectWithReflectiveEqualsHashCodeToString
-