org.mockserver.integration.callback
Class StaticTestExpectationCallback

java.lang.Object
  extended by org.mockserver.integration.callback.StaticTestExpectationCallback
All Implemented Interfaces:
ExpectationCallback

public class StaticTestExpectationCallback
extends Object
implements ExpectationCallback

Author:
jamesdbloom

Field Summary
static List<HttpRequest> httpRequests
           
static HttpResponse httpResponse
           
 
Constructor Summary
StaticTestExpectationCallback()
           
 
Method Summary
 HttpResponse handle(HttpRequest httpRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpRequests

public static List<HttpRequest> httpRequests

httpResponse

public static HttpResponse httpResponse
Constructor Detail

StaticTestExpectationCallback

public StaticTestExpectationCallback()
Method Detail

handle

public HttpResponse handle(HttpRequest httpRequest)
Specified by:
handle in interface ExpectationCallback


Copyright © 2016. All rights reserved.