Class InMemoryRequestJournal
java.lang.Object
com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
com.github.tomakehurst.wiremock.verification.StoreBackedRequestJournal
com.github.tomakehurst.wiremock.verification.InMemoryRequestJournal
- All Implemented Interfaces:
RequestJournal
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
store -
Constructor Summary
ConstructorsConstructorDescriptionInMemoryRequestJournal(Integer maxEntries, Map<String, RequestMatcherExtension> customMatchers) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
countRequestsMatching, getAllServeEvents, getRequestsMatching, getServeEvent, removeEvent, removeEventsMatching, removeServeEventsForStubsMatchingMetadata, requestReceived, reset, serveCompleted
-
Constructor Details
-
InMemoryRequestJournal
public InMemoryRequestJournal(Integer maxEntries, Map<String, RequestMatcherExtension> customMatchers)
-