com.github.tomakehurst.wiremock
Class WireMockServer
java.lang.Object
com.github.tomakehurst.wiremock.WireMockServer
public class WireMockServer
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILES_ROOT
public static final java.lang.String FILES_ROOT
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
WireMockServer
public WireMockServer(int port,
FileSource fileSource,
boolean enableBrowserProxying)
WireMockServer
public WireMockServer(int port)
WireMockServer
public WireMockServer()
loadMappingsUsing
public void loadMappingsUsing(MappingsLoader mappingsLoader)
addMockServiceRequestListener
public void addMockServiceRequestListener(RequestListener listener)
setVerboseLogging
public void setVerboseLogging(boolean verbose)
enableRecordMappings
public void enableRecordMappings(FileSource mappingsFileSource,
FileSource filesFileSource)
stop
public void stop()
start
public void start()