Skip to content

Instantly share code, notes, and snippets.

package com.github.tomakehurst.wiremock;
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
import static com.github.tomakehurst.wiremock.client.WireMock.get;
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;