Class DigipostApiMock.MultipartRequestMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.RuntimeException> errors  
      java.util.Map<java.lang.String,​org.apache.http.client.methods.CloseableHttpResponse> responses  
    • Method Summary

      Modifier and Type Method Description
      org.apache.http.client.methods.CloseableHttpResponse findResponse​(java.lang.String requestString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • responses

        public final java.util.Map<java.lang.String,​org.apache.http.client.methods.CloseableHttpResponse> responses
      • errors

        public final java.util.Map<java.lang.String,​java.lang.RuntimeException> errors
    • Constructor Detail

      • MultipartRequestMatcher

        public MultipartRequestMatcher()