Uses of Class
de.gematik.test.tiger.zion.config.ZionRequestMatchDefinition
Packages that use ZionRequestMatchDefinition
-
Uses of ZionRequestMatchDefinition in de.gematik.test.tiger.zion.config
Methods in de.gematik.test.tiger.zion.config that return ZionRequestMatchDefinitionModifier and TypeMethodDescriptionZionRequestMatchDefinition.ZionRequestMatchDefinitionBuilder.build()TigerMockResponse.getRequest()Methods in de.gematik.test.tiger.zion.config that return types with arguments of type ZionRequestMatchDefinitionMethods in de.gematik.test.tiger.zion.config with parameters of type ZionRequestMatchDefinitionModifier and TypeMethodDescriptionTigerMockResponse.TigerMockResponseBuilder.request(ZionRequestMatchDefinition request) voidTigerMockResponse.setRequest(ZionRequestMatchDefinition request) Constructors in de.gematik.test.tiger.zion.config with parameters of type ZionRequestMatchDefinitionModifierConstructorDescriptionTigerMockResponse(List<String> requestCriterions, ZionRequestMatchDefinition request, TigerMockResponseDescription response, Map<String, TigerMockResponse> nestedResponses, Map<String, ZionBackendRequestDescription> backendRequests, Map<String, String> assignments, int importance, String name)