org.mockserver.integration.callback
Class PrecannedTestExpectationCallback

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

public class PrecannedTestExpectationCallback
extends Object
implements ExpectationCallback

Author:
jamesdbloom

Field Summary
static HttpResponse httpResponse
           
 
Constructor Summary
PrecannedTestExpectationCallback()
           
 
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

httpResponse

public static HttpResponse httpResponse
Constructor Detail

PrecannedTestExpectationCallback

public PrecannedTestExpectationCallback()
Method Detail

handle

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


Copyright © 2016. All rights reserved.