Skip to content

Commit

Permalink
Cleanup OkHttpGetLiveTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Piwowarek committed Nov 7, 2016
1 parent 4530246 commit 48f5fdb
Showing 1 changed file with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
package org.baeldung.okhttp;

import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
import okhttp3.*;
import org.junit.Test;

import java.io.IOException;

import org.junit.Test;

import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.HttpUrl;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;

//@RunWith(SpringJUnit4ClassRunner.class)
//@WebAppConfiguration
//@ContextConfiguration(locations = "file:src/main/webapp/WEB-INF/api-servlet.xml")
public class OkHttpGetLiveTest {

private static final String BASE_URL = "http://localhost:8080/spring-rest";
Expand Down

0 comments on commit 48f5fdb

Please sign in to comment.