Class InMemoryStubMappingStore
java.lang.Object
com.github.tomakehurst.wiremock.store.InMemoryMappingStore<StubMapping>
com.github.tomakehurst.wiremock.store.InMemoryStubMappingStore
- All Implemented Interfaces:
StubMappingStore
public class InMemoryStubMappingStore
extends InMemoryMappingStore<StubMapping>
implements StubMappingStore
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.store.InMemoryMappingStore
add, clear, get, getAll, remove, replaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.store.StubMappingStore
add, clear, findAllMatchingRequest, get, getAll, remove, replace
-
Constructor Details
-
InMemoryStubMappingStore
public InMemoryStubMappingStore()
-