org.mockserver.verify
Class VerificationSequence

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.verify.VerificationSequence

public class VerificationSequence
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
VerificationSequence()
           
 
Method Summary
 List<HttpRequest> getHttpRequests()
           
 VerificationSequence withRequests(HttpRequest... httpRequests)
           
 VerificationSequence withRequests(List<HttpRequest> httpRequests)
           
 
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
 

Constructor Detail

VerificationSequence

public VerificationSequence()
Method Detail

withRequests

public VerificationSequence withRequests(HttpRequest... httpRequests)

withRequests

public VerificationSequence withRequests(List<HttpRequest> httpRequests)

getHttpRequests

public List<HttpRequest> getHttpRequests()


Copyright © 2016. All rights reserved.