Class DirectWireMockServer

  • All Implemented Interfaces:
    com.github.tomakehurst.wiremock.core.Admin, com.github.tomakehurst.wiremock.core.Container, com.github.tomakehurst.wiremock.junit.Stubbing

    public class DirectWireMockServer
    extends com.github.tomakehurst.wiremock.WireMockServer
    • Field Summary

      • Fields inherited from class com.github.tomakehurst.wiremock.WireMockServer

        client, options
    • Constructor Summary

      Constructors 
      Constructor Description
      DirectWireMockServer​(com.github.tomakehurst.wiremock.core.WireMockConfiguration configuration, com.github.tomakehurst.wiremock.http.HttpServerFactory factory)  
    • Method Summary

      • Methods inherited from class com.github.tomakehurst.wiremock.WireMockServer

        addMockServiceRequestListener, addStubMapping, baseUrl, checkForUnmatchedRequests, countRequestsMatching, editStub, editStubMapping, enableRecordMappings, findAll, findAllNearMissesFor, findAllStubsByMetadata, findAllUnmatchedRequests, findNearMissesFor, findNearMissesForAllUnmatchedRequests, findNearMissesForUnmatchedRequests, findRequestsMatching, findStubMappingsByMetadata, findTopNearMissesFor, findTopNearMissesFor, findUnmatchedRequests, getAllScenarios, getAllServeEvents, getGlobalSettings, getGlobalSettingsHolder, getOptions, getRecordingStatus, getServedStub, getServeEvents, getServeEvents, getSingleStubMapping, getStubMapping, getStubMappings, givenThat, httpsPort, importStubs, isHttpEnabled, isHttpsEnabled, isRunning, listAllStubMappings, loadMappingsUsing, port, removeServeEvent, removeServeEventsForStubsMatchingMetadata, removeServeEventsMatching, removeStub, removeStub, removeStubMapping, removeStubMappingsByMetadata, removeStubsByMetadata, resetAll, resetMappings, resetRequests, resetScenario, resetScenarios, resetToDefaultMappings, saveMappings, setGlobalFixedDelay, setScenarioState, shutdown, shutdownServer, snapshotRecord, snapshotRecord, snapshotRecord, start, startRecording, startRecording, startRecording, stop, stopRecording, stubFor, updateGlobalSettings, url, verify, verify, verify
    • Constructor Detail

      • DirectWireMockServer

        public DirectWireMockServer​(com.github.tomakehurst.wiremock.core.WireMockConfiguration configuration,
                                    com.github.tomakehurst.wiremock.http.HttpServerFactory factory)