Package org.mockserver.verify
Class Verification
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- org.mockserver.verify.Verification
-
public class Verification extends ObjectWithJsonToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description Verification()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRequest
getHttpRequest()
VerificationTimes
getTimes()
static Verification
verification()
Verification
withRequest(HttpRequest httpRequest)
Verification
withTimes(VerificationTimes times)
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
verification
public static Verification verification()
-
withRequest
public Verification withRequest(HttpRequest httpRequest)
-
getHttpRequest
public HttpRequest getHttpRequest()
-
withTimes
public Verification withTimes(VerificationTimes times)
-
getTimes
public VerificationTimes getTimes()
-
-