Class DigipostApiMock.MockResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      MockResponse​(java.lang.RuntimeException ex)  
      MockResponse​(org.apache.http.client.methods.CloseableHttpResponse response)  
    • Method Summary

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

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

      • MockResponse

        public MockResponse​(org.apache.http.client.methods.CloseableHttpResponse response)
      • MockResponse

        public MockResponse​(java.lang.RuntimeException ex)