Uses of Class
de.gematik.test.tiger.zion.config.TigerMockResponse
Packages that use TigerMockResponse
-
Uses of TigerMockResponse in de.gematik.test.tiger.zion.config
Methods in de.gematik.test.tiger.zion.config that return TigerMockResponseMethods in de.gematik.test.tiger.zion.config that return types with arguments of type TigerMockResponseModifier and TypeMethodDescriptionZionConfiguration.getMockResponses()TigerMockResponse.getNestedResponses()Method parameters in de.gematik.test.tiger.zion.config with type arguments of type TigerMockResponseModifier and TypeMethodDescriptionTigerMockResponse.TigerMockResponseBuilder.nestedResponses(Map<String, TigerMockResponse> nestedResponses) voidZionConfiguration.setMockResponses(Map<String, TigerMockResponse> mockResponses) voidTigerMockResponse.setNestedResponses(Map<String, TigerMockResponse> nestedResponses) Constructor parameters in de.gematik.test.tiger.zion.config with type arguments of type TigerMockResponseModifierConstructorDescriptionTigerMockResponse(List<String> requestCriterions, ZionRequestMatchDefinition request, TigerMockResponseDescription response, Map<String, TigerMockResponse> nestedResponses, Map<String, ZionBackendRequestDescription> backendRequests, Map<String, String> assignments, int importance)