Class InMemoryScenariosStore
java.lang.Object
com.github.tomakehurst.wiremock.store.InMemoryScenariosStore
- All Implemented Interfaces:
ScenariosStore,Store<String,Scenario>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InMemoryScenariosStore
public InMemoryScenariosStore()
-
-
Method Details
-
getAllKeys
- Specified by:
getAllKeysin interfaceStore<String,Scenario>
-
getAll
- Specified by:
getAllin interfaceScenariosStore
-
get
-
put
-
remove
-
clear
public void clear()
-