com.eclipsesource.restfuse.internal
Class RequestConfiguration

java.lang.Object
  extended by com.eclipsesource.restfuse.internal.RequestConfiguration

public class RequestConfiguration
extends java.lang.Object


Constructor Summary
RequestConfiguration(java.lang.String baseUrl, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)
           
 
Method Summary
 InternalRequest createRequest(RequestContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestConfiguration

public RequestConfiguration(java.lang.String baseUrl,
                            org.junit.runners.model.FrameworkMethod method,
                            java.lang.Object target)
Method Detail

createRequest

public InternalRequest createRequest(RequestContext context)