moving some tests to individual packages to clean up the structure

This commit is contained in:
eugenp
2014-06-14 13:10:36 +03:00
parent 25a64f5d4f
commit 9ea4563680
9 changed files with 18 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
package org.baeldung.httpclient;
public class HttpClientConnectionManagementTest {
//
}

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.base;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.notNullValue;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.base;
import java.io.IOException;
import java.io.InputStream;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.base;
import static org.hamcrest.Matchers.emptyArray;
import static org.hamcrest.Matchers.not;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.base;
import java.io.IOException;
import java.io.InputStream;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.rare;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.sec;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;

View File

@@ -1,4 +1,4 @@
package org.baeldung.httpclient;
package org.baeldung.httpclient.sec;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;