Class WiremockClient
java.lang.Object
dev.lydtech.component.framework.client.wiremock.WiremockClient
-
Method Summary
Modifier and TypeMethodDescriptionvoidcountMatchingRequests(RequestCriteria request, Integer expectedCount) voidcountMatchingRequests(String request, Integer expectedCount) voidio.restassured.response.ResponsefindMatchingRequests(RequestCriteria request) io.restassured.response.ResponsefindMatchingRequests(String request) static WiremockClientpostMapping(String request) postMappingFile(String jsonFile) void
-
Method Details
-
getInstance
-
resetMappings
public void resetMappings() -
postMappingFile
-
postMapping
-
deleteAllRequestsMappings
public void deleteAllRequestsMappings() -
countMatchingRequests
-
countMatchingRequests
-
findMatchingRequests
-
findMatchingRequests
-